AppointmentStorage.SupportsReminders Property
Gets whether the information on appointment reminders is obtained from a datasource.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the information on appointment reminders is obtained from a datasource; otherwise, false. |
#Remarks
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.