Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / GroupBy Property

In This Topic
    GroupBy Property (C1Schedule)
    In This Topic
    Gets or sets the System.String value determining the type of grouping.
    Syntax
    'Declaration
     
    Public Property GroupBy As System.String
    public System.string GroupBy {get; set;}

    Property Value

    The default value is an empty string.
    Remarks

    This property can be equal to one for the next supported keywords:

    • no grouping.
    • grouping by Appointment.Owner property value.
    • grouping by Appointment.Categories property value.
    • grouping by Appointment.Links property value.
    • grouping by Appointment.Resources property value.

    See Also