ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportGrouping Interface / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (ISupportGrouping)
    In This Topic
    Gets the group descriptions applied to the data.
    Syntax
    'Declaration
     
    ReadOnly Property GroupDescriptions As System.Collections.Generic.IReadOnlyList(Of GroupDescription)
    System.Collections.Generic.IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also