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

In This Topic
    PropertyGroups Property
    In This Topic
    Gets the property groups displayed in the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PropertyGroups As C1.DataCollection.IDataCollection(Of PropertyGroup)
    public C1.DataCollection.IDataCollection<PropertyGroup> PropertyGroups {get;}
    See Also