SchedulerControl.SupportsReminders Property
In This Article
Gets whether the information on appointment reminders is obtained from a datasource.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the information on appointment reminders is obtained from a datasource; otherwise, false. |
#Remarks
The SupportsReminders property automatically returns a value of the AppointmentStorage.SupportsReminders property.
See Also