Skip to main content

SchedulerControl.AllowReminders Property

Gets or sets whether appointment reminders are allowed. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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