Back to Devexpress

AppointmentDisplayOptions.ShowReminder Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdisplayoptions-eed1b356.md

latest2.0 KB
Original Source

AppointmentDisplayOptions.ShowReminder Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public bool ShowReminder { get; set; }
vb
Public Property ShowReminder As Boolean

Property Value

TypeDescription
Boolean

true if a reminder symbol should be displayed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowReminder
SchedulerViewInfoBase

.AppointmentDisplayOptions .ShowReminder

| | TimeCellsControlBase |

.AppointmentDisplayOptions .ShowReminder

| | SchedulerViewBase |

.AppointmentDisplayOptions .ShowReminder

|

See Also

AppointmentDisplayOptions Class

AppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace