Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (BaseTableView)
    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