Intersoft ClientUI Documentation
PropertiesSource Property



Gets or sets the properties source.
Syntax
<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);
}
Remarks

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}"/>
Requirements

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

See Also

Reference

UXPropertyGrid Class
UXPropertyGrid Members

Send Feedback