Skip to main content
A newer version of this page is available. .

CustomizeAppointmentFlyoutEventArgs.Reminder Property

Gets or sets a reminder whose information is displayed in the appointment flyout.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public Reminder Reminder { get; set; }

Property Value

Type Description
Reminder

A Reminder object that is the reminder associated with an appointment.

Remarks

The flyout displays the ReminderBase.TimeBeforeStart information of the reminder accessible by the Appointment.Reminder property, that is the first reminder in the Appointment.Reminders collection.

Implements

See Also