Intersoft.Client.UI.Editors Namespace > UXPropertyGrid Class : SelectedObjects Property |
<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); }
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}"/> |
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