ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Property GroupDescriptions As IList(Of GroupDescription)
    public IList<GroupDescription> GroupDescriptions {get; set;}
    See Also