SchedulerStorage.SupportsReminders Property
Gets whether the information on appointment reminders is obtained from a data source.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public bool SupportsReminders { get; }
Public ReadOnly Property SupportsReminders As Boolean
Property Value
| Type | Description |
|---|---|
| Boolean | true if the information on appointment reminders is obtained from a data source; otherwise, false. |
Remarks
The SupportsReminders property returns the value of the AppointmentStorage.SupportsReminders property.
See Also