Skip to main content
A newer version of this page is available. .

SchedulerControl.AllowReminders Property

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

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

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