Skip to main content

Appointment.Reminder Property

Gets the reminder which is associated with the appointment.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Reminder Reminder { get; }

#Property Value

Type Description
Reminder

A Reminder object that is the reminder which is used to provide a notification of a future appointment. null (Nothing in Visual Basic) if no reminder is associated with the appointment.

#Remarks

To associate an appointment with a 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 DXScheduler_ReminderIcon image is displayed.

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

See Also