PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property GroupDescriptions As IReadOnlyList(Of GroupDescription)
    public virtual IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also