SchedulerControl.AllowReminders Property
In This Article
Gets or sets whether appointment reminders are allowed. This is a dependency property.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to allow reminders; otherwise, false. |
#Remarks
Use the AllowReminders property to control an end-users’ capability to create reminders for appointments.
With the AllowReminders property set to false, the Reminders drop-down list in the Edit Appointment form is disabled.
See Also