Back to Devexpress

SchedulerDataStorage.SupportsReminders Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-2ec94271.md

latest1.6 KB
Original Source

SchedulerDataStorage.SupportsReminders Property

Gets whether the appointment reminder data mapping is specified.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

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

Property Value

TypeDescription
Boolean

True if the information on appointment reminders is obtained from a data source so that the scheduler can have appointments with reminders; otherwise, false.

|

Remarks

This property returns the value of the AppointmentDataStorage.SupportsReminders property. See this topic for more information.

See Also

Reminders for Appointments

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace