Skip to main content

AppointmentStorage.SupportsReminders Property

Gets whether the information on appointment reminders is obtained from a datasource.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduler

Declaration

public bool SupportsReminders { get; }

Property Value

Type Description
Boolean

true if the information on appointment reminders is obtained from a datasource; otherwise, false.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

In bound mode, the information on appointments and reminders is retrieved from and stored back to a datasource, specified by the DataMember and DataSource properties of the AppointmentStorage object. The information used to initialize an appointment reminder is obtained from the field specified by the AppointmentMapping.ReminderInfo property. If this property is set to an empty string, the reminders will not be supported and the SupportsReminders property will return false. Otherwise, this property will return true.

See Also