ReminderItem Class
Represents a reminder for an appointment.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return ReminderItem objects:
Remarks
Reminders display alerts at a specified time before an appointment’s start time. An appointment can have one or more reminders.
To access reminders associated with an appointment, use the AppointmentItem.Reminders property.
The SchedulerControl.RemindersDialogShowing event is fired before the alert is shown. You can use the event to customize the reminders behavior. The event’s ViewModel property returns the corresponding data and provides access to the dismiss and snooze commands.