Skip to main content

SchedulerStorageBase.SupportsReminders Property

Gets whether the appointment reminder data mapping is specified.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public bool SupportsReminders { get; }

Property Value

Type Description
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 AppointmentStorageBase.SupportsReminders property. See this topic for more information.

Implements

See Also