AppointmentStatusDisplayType Enum
In This Article
Lists the values used to specify how the appointment status is displayed within an appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Never | The appointment status line is invisible. |
Time | The appointment status line has the same height as the time of its appointment. |
Bounds | The appointment status line has the same height as the bounds of its appointment. |
#Passed To
You can pass AppointmentStatusDisplayType values to the following properies:
#Remarks
The values listed by the AppointmentStatusDisplayType enumeration are used to set the SchedulerAppointmentDisplayOptions.StatusDisplayType property.
See Also