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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment |
A Appointment |
#Property Paths
You can access the SchedulerAppointmentDisplayOptions.TimeDisplayType property from the following objects:
Object Type | Path to Time |
---|---|
Day |
|
Month |
|
Timeline |
|
Week |
|
Work |
|
#Remarks
Use the TimeDisplayType property to specify whether the start and end time of the appointment should be displayed as clock icons, or as digits.
Time |
Time |
---|---|
![]() |
![]() |
#Examples
This example demonstrates how to customize the Month View within the SchedulerControl. To do this, it is necessary to modify the MonthView object accessed via the SchedulerControl.MonthView property.