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.v14.2.dll
Declaration
public ReminderAlertNotificationCollection AlertNotifications { get; }
Public ReadOnly Property AlertNotifications As ReminderAlertNotificationCollection
Property Value
| Type | Description |
|---|---|
| ReminderAlertNotificationCollection | A DevExpress.XtraScheduler.ReminderAlertNotificationCollection object holding alert notifications. |
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