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

ReminderBaseEventArgs.AlertNotifications Property

Gets any reminders currently triggered.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public ReminderBaseAlertNotificationCollection AlertNotifications { get; }

Property Value

Type Description
ReminderBaseAlertNotificationCollection

A ReminderBaseAlertNotificationCollection object which holds a collection of notifications.

Remarks

The SchedulerStorageBase.ReminderAlert event is raised when a reminder alert is invoked. Note that multiple reminders can trigger at the same time. Use the AlertNotifications property to access these reminders. Each notification is represented by a ReminderAlertNotification object.

See Also