Skip to main content
A newer version of this page is available. .

SchedulerControl.SupportsReminders Property

Gets whether the Scheduler can have appointments with reminders.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

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

Property Value

Type Description
Boolean

True if the Scheduler can have appointments with reminders; otherwise, false.

Remarks

Reading this property automatically returns a value of the AppointmentStorageBase.SupportsReminders property. See this topic for more information.

See Also