Skip to main content

Appointment.Reminders Property

Gets a collection of reminders which are associated with the appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public ReminderCollection Reminders { get; }

#Property Value

Type Description
ReminderCollection

A DevExpress.XtraScheduler.ReminderCollection object that is a collection of reminders which are used to provide a notification of a future appointment.

#Remarks

To associate an appointment with a reminder, use the Appointment.CreateNewReminder method. If the appointment has a reminder, the DXScheduler_ReminderIcon image is displayed.

For more information on reminders, see the Reminders for Appointments document.

See Also