Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 IReadOnlyList(Of GroupDescription)
    IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also