corelibraries-devexpress-dot-xtrascheduler-0fdbfd8c.md
Lists the values used to specify how the appointment status is displayed within an appointment.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum AppointmentStatusDisplayType
Public Enum AppointmentStatusDisplayType
| 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.
|
The following properties accept/return AppointmentStatusDisplayType values:
The values listed by the AppointmentStatusDisplayType enumeration are used to set the AppointmentDisplayOptions.StatusDisplayType property.
See Also
DayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType
AppointmentViewInfo.StatusDisplayType
DayViewAppointmentDisplayOptionsEx.AllDayAppointmentsStatusDisplayType
MonthViewAppointmentDisplayOptionsEx.StatusDisplayType
WeekViewAppointmentDisplayOptionsEx.StatusDisplayType
AppointmentDisplayOptions.StatusDisplayType
AppointmentViewInfoOptions.StatusDisplayType