SchedulerAppointmentDisplayOptions.ShowRecurrence Property
In This Article
Specify whether the recurrence symbol should be displayed within recurrent appointments.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a recurrence symbol should be displayed; otherwise, false. |
#Property Paths
You can access the SchedulerAppointmentDisplayOptions.ShowRecurrence property from the following objects:
Object Type | Path to Show |
---|---|
Day |
|
Month |
|
Timeline |
|
Week |
|
Work |
|
#Examples
This example demonstrates how to customize the Day View within the SchedulerControl. To do this, it is necessary to modify the DayView object accessed via the SchedulerControl.DayView property.
See Also