Back to Devexpress

AgendaViewAppointmentDisplayOptions.TimeDisplayType Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions-661a52cd.md

latest2.0 KB
Original Source

AgendaViewAppointmentDisplayOptions.TimeDisplayType Property

This property has no effect for the Agenda View.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[Browsable(false)]
public AppointmentTimeDisplayType TimeDisplayType { get; set; }
vb
<Browsable(False)>
Public Property TimeDisplayType As AppointmentTimeDisplayType

Property Value

Type
AppointmentTimeDisplayType

Available values:

NameDescription
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.

| | Text |

The start and end time is always shown as text.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TimeDisplayType
AgendaView

.AppointmentDisplayOptions .TimeDisplayType

|

See Also

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace