AppointmentTimeDisplayType Enum
In This Article
Lists the values used to specify how the start and end time are displayed within appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Members
Name | Description |
---|---|
Auto
|
The start and end time is automatically shown either as text or as clock. |
Clock
|
The start and end time is always shown as clock. |
Text
|
The start and end time is always shown as text. |
#Related API Members
The following properties accept/return AppointmentTimeDisplayType values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Agenda |
Appointment |
|
WPF Controls | Scheduler |
#Remarks
The values listed by the AppointmentTimeDisplayType enumeration are used to set the AppointmentDisplayOptions.TimeDisplayType property.
See Also