Skip to main content

ReminderEventArgs.AlertNotifications Property

Gets any reminders currently triggered.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public ReminderAlertNotificationCollection AlertNotifications { get; }

#Property Value

Type Description
ReminderAlertNotificationCollection

A DevExpress.XtraScheduler.ReminderAlertNotificationCollection object which holds a collection of notifications.

#Remarks

The SchedulerStorage.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