Appointment.Reminders Property
In This Article
Gets a collection of reminders which are associated with the appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Reminder |
A DevExpress. |
#Remarks
To associate an appointment with a reminder, use the Appointment.CreateNewReminder method. If the appointment has a reminder, the image is displayed.
For more information on reminders, see the Reminders for Appointments document.
See Also