SchedulerAppointmentDisplayOptions.ShowReminder Property
In This Article
Specify whether the reminder symbol should be displayed within appointments with reminders.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a reminder symbol should be displayed; otherwise, false. |
#Property Paths
You can access the SchedulerAppointmentDisplayOptions.ShowReminder 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