A newer version of this page is available.
Switch to the current version.
SchedulerControl.RemindersEnabled Property
Gets whether the reminders are enabled.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
public bool RemindersEnabled { get; }
<Browsable(False)>
Public ReadOnly Property RemindersEnabled As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if the reminders are enabled; otherwise, false. |
Remarks
Returns the SchedulerDataStorage.RemindersEnabled value.
See Also
Feedback