RemindersFormEventArgs.AlertNotifications Property
Gets a collection of notifications for reminders that are currently triggered and displayed in the Reminders form.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
Property Value
Type | Description |
---|---|
ReminderAlertNotificationCollection | A ReminderAlertNotificationCollection object holding alert notifications. |
Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
The SchedulerControl.RemindersFormShowing event is raised before the Reminders form is invoked, to display notifications for the currently triggered reminder or reminders.
Use the AlertNotifications property to access alert notifications for these reminders in the SchedulerControl.RemindersFormShowing event handler. Note that each alert notification is represented by a ReminderAlertNotification object.