Skip to main content

AppointmentTimeDisplayType Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum AppointmentTimeDisplayType

#Members

Name Description
Auto

The start and end time of appointments are automatically shown by the scheduler control either as text or as clocks.

Clock

The start and end time of appointments are always shown as clocks.

Text

The start and end time of appointments are always shown as text.

#Passed To

You can pass AppointmentTimeDisplayType values to the SchedulerAppointmentDisplayOptions.TimeDisplayType property.

#Remarks

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

See Also