corelibraries-devexpress-dot-xtrascheduler-a94c95a0.md
Represents a collection of alert notifications.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class ReminderAlertNotificationCollection :
ReminderBaseAlertNotificationCollection
Public Class ReminderAlertNotificationCollection
Inherits ReminderBaseAlertNotificationCollection
The following members return ReminderAlertNotificationCollection objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | ReminderEventArgs.AlertNotifications |
| WinForms Controls | RemindersFormActionEventArgs.AlertNotifications |
| RemindersFormActionEventArgs.SelectedAlertNotifications | |
| RemindersFormEventArgs.AlertNotifications |
The ReminderAlertNotificationCollection class represents a collection of ReminderAlertNotification objects. Its properties and methods can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
ReminderAlertNotificationCollection objects are returned by the ReminderEventArgs.AlertNotifications property of the SchedulerStorageBase.ReminderAlert event parameter.
Object DevExpress.XtraScheduler.DXCollectionBase ReminderBaseAlertNotificationCollection ReminderAlertNotificationCollection
See Also