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

In This Topic
    ShowAppointmentStatus Property (C1Schedule)
    In This Topic
    Gets or sets the System.Boolean value indicating whether the control should show appointment status in Day, WorkingWeek, Week and TimeLine views.
    Syntax
    'Declaration
     
    Public Property ShowAppointmentStatus As System.Boolean
    public System.bool ShowAppointmentStatus {get; set;}
    See Also