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

AgendaViewAppointmentDisplayOptions.TimeDisplayType Property

This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

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

Declaration

[Browsable(false)]
public AppointmentTimeDisplayType TimeDisplayType { get; set; }

Property Value

Type
AppointmentTimeDisplayType

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:

Library Object Type Path to TimeDisplayType
WinForms Controls AgendaView
.AppointmentDisplayOptions.TimeDisplayType
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions.TimeDisplayType
MVCxSchedulerAgendaView
.AppointmentDisplayOptions.TimeDisplayType
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions.TimeDisplayType
See Also