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

In This Topic
    ShowWeekends Property (C1Schedule)
    In This Topic
    Gets or sets the System.Boolean value indicating whether the control should show weekends in a Month View. The default value is True.
    Syntax
    'Declaration
     
    Public Property ShowWeekends As System.Boolean
    public System.bool ShowWeekends {get; set;}
    See Also