ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / GroupDescriptions Property

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