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

In This Topic
    ShowGroupNavigation Property (C1Schedule)
    In This Topic
    Gets or sets the System.Boolean value determining whether the C1Schedule control should display group navigation buttons.
    Syntax
    'Declaration
     
    Public Property ShowGroupNavigation As System.Boolean
    public System.bool ShowGroupNavigation {get; set;}

    Property Value

    The default value is true.
    Remarks
    This property only makes sense when the GroupBy property is set.
    See Also