C1.WPF.Extended Namespace / C1PropertyGrid Class / SelectedObjects Property

In This Topic
SelectedObjects Property (C1PropertyGrid)
In This Topic
Gets or sets the objects for which the C1PropertyGrid displays properties.
Syntax
'Declaration
 
Public Property SelectedObjects As ObservableCollection(Of Object)
 
See Also