Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / GroupBy Property

In This Topic
    GroupBy Property (C1Scheduler)
    In This Topic
    Gets or sets the System.String value determining the type of grouping.
    Syntax
    'Declaration
     
    
    Public Property GroupBy As String
    public 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