Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public enum AppointmentStatus
Fields
Specifies that the status of an appointment is Busy
C#
Busy = 2
Specifies that the status of an appointment is Free
C#
Free = 1
Specifies that the status of an appointment is Tentative
C#
Tentative = 4
Specifies that the status of an appointment is Unavailable
C#
Unavailable = 3