Back to Devexpress

SchedulerStorageBase.RemindersEnabled Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-08d3a2e1.md

latest2.5 KB
Original Source

SchedulerStorageBase.RemindersEnabled Property

Gets whether the reminders are enabled.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[Browsable(false)]
public bool RemindersEnabled { get; }
vb
<Browsable(False)>
Public ReadOnly Property RemindersEnabled As Boolean

Property Value

TypeDescription
Boolean

true if the reminders are enabled; otherwise, false.

|

Remarks

The RemindersEnabled property returns a Boolean value which specifies whether Reminders for Appointments are supported AND enabled.

In bound mode, the information on appointments and reminders is stored in the underlying data source. The information used to initialize an appointment’s reminder is obtained from the field specified by the AppointmentMappingInfo.ReminderInfo property. If this property is set to an empty string, the reminders will not be supported and the SchedulerStorageBase.SupportsReminders is false.

If reminders are supported, you can use the SchedulerStorageBase.EnableReminders property to temporarily disable reminders.

In unbound mode, reminders are enabled if the SchedulerStorageBase.EnableReminders property is set to true. Otherwise, the reminders are disabled.

Implements

RemindersEnabled

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace