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.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

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

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