Skip to main content
A newer version of this page is available. .

AppointmentTimeDisplayType Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum AppointmentTimeDisplayType

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.

TimeDisplayType_Clock

Text

The start and end time is always shown as text.

TimeDisplayType_Text

Related API Members

The following properties accept/return AppointmentTimeDisplayType values:

Library Related API Members
Cross-Platform Class Library AgendaViewAppointmentDisplayOptions.TimeDisplayType
AppointmentDisplayOptions.TimeDisplayType
WPF Controls SchedulerAppointmentDisplayOptions.TimeDisplayType

Remarks

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentTimeDisplayType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also