SchedulerControl.SupportsReminders Property
Gets whether the information on appointment reminders is obtained from a datasource.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
[Browsable(false)]
public bool SupportsReminders { get; }
<Browsable(False)>
Public ReadOnly Property SupportsReminders As Boolean
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