SelectedObjects Property
SelectedObjects
Gets or sets the objects for which the C1PropertyGrid displays properties.
Declaration
public ObservableCollection<object> SelectedObjects { get; set; }
Public Property SelectedObjects As ObservableCollection(Of Object)