Skip to main content

SchedulerControl.RemindersEnabled Property

Gets whether the reminders are enabled.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.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 SchedulerStorage.RemindersEnabled value.

See Also