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

IAppointmentFlyoutData.Reminder Property

Gets a reminder associated with an appontment whose information the appointment flyout displays.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

Reminder Reminder { get; set; }

Property Value

Type Description
Reminder

An Reminder object associated with an appointment whose information is displayed.

See Also