Skip to main content

SchedulerAppointmentDisplayOptions.ShowReminder Property

Specify whether the reminder symbol DXScheduler_ReminderIcon should be displayed within appointments with reminders.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public bool ShowReminder { get; set; }

#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 ShowReminder
DayView
MonthView
TimelineView
WeekView
WorkWeekView

#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