Skip to main content

ReminderBaseEventArgs.AlertNotifications Property

Gets any reminders currently triggered.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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