AppointmentStatusDisplayType Enum
Lists the values used to specify how the appointment status is displayed within an appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Members
| Name | Description |
|---|---|
Never
|
The appointment status line is invisible.
|
Time
|
The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the time of its appointment.
|
Bounds
|
The appointment status line has the same height (if shown vertically) or width (if shown horizontally) as the appointment bounds.
|
Related API Members
The following properties accept/return AppointmentStatusDisplayType values:
Remarks
The values listed by the AppointmentStatusDisplayType enumeration are used to set the AppointmentDisplayOptions.StatusDisplayType property.


