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

In This Topic
    GroupIndex Property (AppointmentField)
    In This Topic
    Specifies the column order according to which data is grouped. Values must be unique. The default value is -1, which means no grouping by this field.
    Syntax
    'Declaration
     
    Public Property GroupIndex As System.Integer
    public System.int GroupIndex {get; set;}
    See Also