Skip to main content
A newer version of this page is available. .

AppointmentDisplayOptions.ShowReminder Property

Specify whether the reminder symbol should be displayed for an appointment with a reminder.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
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 this nested property as listed below:

Show 39 property paths
Library Object Type Path to ShowReminder
WinForms Controls AgendaView
DayView
SchedulerViewInfoBase
FullWeekView
MonthView
DayViewTimeCells
FullWeek
HorizontalWeek
TimeCellsControlBase
TimelineCells
SchedulerViewBase
TimelineView
WeekView
WorkWeekView
WPF Controls DayView
FullWeekView
SchedulerDayViewAppointmentDisplayOptions
.DayViewInnerObject.ShowReminder
WorkWeekView
ASP.NET Controls and MVC Extensions AgendaView
DayView
FullWeekView
MonthView
TimelineView
WeekView
WorkWeekView
MVCxSchedulerAgendaView
MVCxSchedulerDayView
MVCxSchedulerFullWeekView
MVCxSchedulerMonthView
MVCxSchedulerTimelineView
MVCxSchedulerWeekView
MVCxSchedulerWorkWeekView
ASP.NET Bootstrap Controls BootstrapAgendaView
BootstrapDayView
BootstrapFullWeekView
BootstrapMonthView
BootstrapTimelineView
BootstrapWeekView
BootstrapWorkWeekView
See Also