AppointmentStatusType Enum
Lists the appointment status types.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Members
Name | Description |
---|---|
Free
|
This status means that a person is in the office and available to others. The status bar is colored white. |
Tentative
|
This status means that a person is in the office and tentatively available to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2). The color pattern has white diagonal stripes (the System. |
Busy
|
This status means that a person is in the office but unavailable to others. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is blue (#FF4A87E2). |
Out
|
This status means that a person is out of the office and unavailable to others. The status bar color is close to purple (#FF800080). |
Working
|
This status means that a person is not in the office but is readily available for business contacts. The status bar is colored with a darker shade of the appointment label color. If an appointment has no label, the color is light violet (#FF937BD1). The pattern is 75 percent hatch (System. |
Custom
|
This status represents all custom statuses added to the Appointment |
#Related API Members
The following properties accept/return AppointmentStatusType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | IAppointment |
Win |
Appointment |
WPF Controls | Appointment |
Appointment |
|
ASP. |
Appointment |
#Remarks
Enumeration members are used as the IAppointmentStatus.Type property values.
Note
Starting from v2017 vol.