Skip to main content

SchedulerAppointmentDisplayOptions.TimeDisplayType Property

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

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public AppointmentTimeDisplayType TimeDisplayType { get; set; }

Property Value

Type Description
AppointmentTimeDisplayType

A AppointmentTimeDisplayType enumeration value specifying how to display the appointment time.

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

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use the TimeDisplayType property to specify whether the start and end time of the appointment should be displayed as clock icons, or as digits.

TimeDisplayType = Clock TimeDisplayType = Text
DXScheduler_TimeDisplayType_Clock DXScheduler_TimeDisplayType_Text
See Also