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

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