Back to Devexpress

AppointmentTimeDisplayType Enum

corelibraries-devexpress-dot-xtrascheduler-d3a11da4.md

latest1.9 KB
Original Source

AppointmentTimeDisplayType Enum

Lists the values used to specify how the start and end time are displayed within appointments.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public enum AppointmentTimeDisplayType
vb
Public Enum AppointmentTimeDisplayType

Members

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

|

The following properties accept/return AppointmentTimeDisplayType values:

Remarks

The values listed by the AppointmentTimeDisplayType enumeration are used to set the AppointmentDisplayOptions.TimeDisplayType property.

See Also

DevExpress.XtraScheduler Namespace