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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

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 Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .TimeDisplayType
ASP.NET MVC Extensions MVCxSchedulerAgendaView
.AppointmentDisplayOptions .TimeDisplayType
ASP.NET Web Forms Controls AgendaView
.AppointmentDisplayOptions .TimeDisplayType
See Also