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.v18.2.Core.dll
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.