CustomizeAppointmentFlyoutEventArgs.Reminder Property
Gets or sets a reminder whose information is displayed in the appointment flyout.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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