Intersoft ClientUI Documentation
SelectedObjects Property (UXPropertyGrid)



Gets or sets the selected objects.
Syntax
<CategoryAttribute("Common Properties")>
Public Property SelectedObjects As IEnumerable
Dim instance As UXPropertyGrid
Dim value As IEnumerable
 
instance.SelectedObjects = value
 
value = instance.SelectedObjects
[CategoryAttribute("Common Properties")]
public IEnumerable SelectedObjects {get; set;}
[CategoryAttribute("Common Properties")]
public:
property IEnumerable^ SelectedObjects {
   IEnumerable^ get();
   void set (    IEnumerable^ value);
}
Remarks

UXPropertyGrid allows you to bind a collection of objects into SelectedObjects property. The objects can be in the same type or in a different type. Of course, UXPropertyGrid only will display the intersecting properties from each objects.

XAML
Copy Code
<Intersoft:UXPropertyGrid SelectedObjects="{Binding SelectedObjects}"/>
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