Back to Devexpress

AppointmentStatusDisplayType Enum

corelibraries-devexpress-dot-xtrascheduler-0fdbfd8c.md

latest4.8 KB
Original Source

AppointmentStatusDisplayType Enum

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

Declaration

csharp
public enum AppointmentStatusDisplayType
vb
Public Enum AppointmentStatusDisplayType

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryAppointmentDisplayOptions.StatusDisplayType
AppointmentViewInfoOptions.StatusDisplayType
DayViewAppointmentDisplayOptions.AllDayAppointmentsStatusDisplayType
WinForms ControlsAppointmentViewInfo.StatusDisplayType
DayViewAppointmentDisplayOptionsEx.AllDayAppointmentsStatusDisplayType
MonthViewAppointmentDisplayOptionsEx.StatusDisplayType
TimelineViewAppointmentDisplayOptionsEx.StatusDisplayType
WeekViewAppointmentDisplayOptionsEx.StatusDisplayType
YearViewAppointmentDisplayOptionsEx.StatusDisplayType
ASP.NET Web Forms ControlsAppointmentViewInfo.StatusDisplayType

Remarks

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

Appointment Labels and Statuses

DevExpress.XtraScheduler Namespace