Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public ReminderAlertNotificationCollection AlertNotifications { get; }

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.

See Also