Skip to main content

IAppointmentFlyoutData.Reminder Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

Reminder Reminder { get; set; }

Property Value

Type Description
Reminder

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

See Also