Skip to main content

AgendaViewAppointmentDisplayOptions.TimeDisplayType Property

This property has no effect for the Agenda View.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.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:

Object Type Path to TimeDisplayType
AgendaView
.AppointmentDisplayOptions .TimeDisplayType
See Also