Skip to main content

SchedulerControl.AllowReminders Property

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

[DP(true)]
public bool AllowReminders { get; set; }

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