ReminderBaseEventArgs.AlertNotifications Property
Gets any reminders currently triggered.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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