Intersoft.Client.UI.Editors Namespace > UXPropertyGrid Class : PropertiesSource Property |
<CategoryAttribute("Common Properties")> Public Property PropertiesSource As IEnumerable
Dim instance As UXPropertyGrid Dim value As IEnumerable instance.PropertiesSource = value value = instance.PropertiesSource
[CategoryAttribute("Common Properties")] public IEnumerable PropertiesSource {get; set;}
[CategoryAttribute("Common Properties")] public: property IEnumerable^ PropertiesSource { IEnumerable^ get(); void set ( IEnumerable^ value); }
UXPropertyGrid also allows you to directly provide the property definition of properties you would like to show, so UXPropertyGrid doesn't need to generate the given object's properties. The following example shows how to use PropertiesSource in UXPropertyGrid.
XAML |
Copy Code
|
---|---|
<Intersoft:UXPropertyGrid PropertiesSource="{Binding PropertiesSource}"/> |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2