Skip to main content

ISchedulerStorageBase.SupportsReminders Property

Gets whether the scheduler storage can have reminder data.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

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

Property Value

Type Description
Boolean

True if the scheduler storage can contain reminder data; otherwise, false.

See Also