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

AppointmentDisplayOptions.TimeDisplayType Property

Specifies how the start and end time of the appointment should be displayed - using symbols or digits.

Namespace: DevExpress.XtraScheduler

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

Declaration

public AppointmentTimeDisplayType TimeDisplayType { get; set; }

Property Value

Type Description
AppointmentTimeDisplayType

A AppointmentDisplayOptions.TimeDisplayType enumeration member.

Available values:

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

Property Paths

You can access this nested property as listed below:

Show 39 property paths
Library Object Type Path to TimeDisplayType
WinForms Controls AgendaView
.AppointmentDisplayOptions.TimeDisplayType
DayView
.AppointmentDisplayOptions.TimeDisplayType
SchedulerViewInfoBase
.AppointmentDisplayOptions.TimeDisplayType
FullWeekView
.AppointmentDisplayOptions.TimeDisplayType
MonthView
.AppointmentDisplayOptions.TimeDisplayType
DayViewTimeCells
.AppointmentDisplayOptions.TimeDisplayType
FullWeek
.AppointmentDisplayOptions.TimeDisplayType
HorizontalWeek
.AppointmentDisplayOptions.TimeDisplayType
TimeCellsControlBase
.AppointmentDisplayOptions.TimeDisplayType
TimelineCells
.AppointmentDisplayOptions.TimeDisplayType
SchedulerViewBase
.AppointmentDisplayOptions.TimeDisplayType
TimelineView
.AppointmentDisplayOptions.TimeDisplayType
WeekView
.AppointmentDisplayOptions.TimeDisplayType
WorkWeekView
.AppointmentDisplayOptions.TimeDisplayType
WPF Controls DayView
FullWeekView
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.TimeDisplayType
WorkWeekView
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.TimeDisplayType
DayView
.AppointmentDisplayOptions.TimeDisplayType
FullWeekView
.AppointmentDisplayOptions.TimeDisplayType
MonthView
.AppointmentDisplayOptions.TimeDisplayType
TimelineView
.AppointmentDisplayOptions.TimeDisplayType
WeekView
.AppointmentDisplayOptions.TimeDisplayType
WorkWeekView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerDayView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerFullWeekView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerMonthView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerTimelineView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerWeekView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerWorkWeekView
.AppointmentDisplayOptions.TimeDisplayType
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapDayView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapFullWeekView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapMonthView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapTimelineView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapWeekView
.AppointmentDisplayOptions.TimeDisplayType
BootstrapWorkWeekView
.AppointmentDisplayOptions.TimeDisplayType

Remarks

Set this property to AppointmentTimeDisplayType.Clock for displaying the start and end time as clock symbols.

Clock symbols are not displayed in vertical appointments, i.e., appointments that span vertical. An example of such an appointment is an ordinary appointment in the DayView which is shorter than a day. Vertical appointments always display time as text.

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

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