PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / C1PropertyGrid Class / SelectedObjects Property

In This Topic
    SelectedObjects Property
    In This Topic
    Gets the objects for which the C1PropertyGrid displays properties.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedObjects As PropertyGridObjectCollection
    public PropertyGridObjectCollection SelectedObjects {get;}
    See Also