RemindersFormEventArgs.AlertNotifications Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Reminder |
A DevExpress. |
#Remarks
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.
See Also