Appointment.Reminder Property
Gets a reminder associated with the current appointment (the first reminder in the collection, if there are several reminders).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Reminder | A Reminder object that is a reminder used to provide a notification of a future appointment, the first reminder in the collection, if there are several reminders, or null (Nothing in Visual Basic) if no reminder is associated with the appointment. |
Remarks
To associate an appointment with the reminder, set its Appointment.HasReminder property to true. Once this property is set to true, a new Reminder object is created and assigned to the Reminder property. If the appointment has a reminder, the image is displayed.
You can also use the ISchedulerStorageBase.CreateReminder and Appointment.CreateNewReminder methods to create a new reminder instance and subsequently add it to the Appointment.Reminders collection.
Note
The Reminder property returns the first reminder in the Appointment.Reminders collection.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Reminder property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.