Back to Devexpress

ReminderAlertNotificationCollection Class

corelibraries-devexpress-dot-xtrascheduler-a94c95a0.md

latest2.7 KB
Original Source

ReminderAlertNotificationCollection Class

Represents a collection of alert notifications.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class ReminderAlertNotificationCollection :
    ReminderBaseAlertNotificationCollection
vb
Public Class ReminderAlertNotificationCollection
    Inherits ReminderBaseAlertNotificationCollection

The following members return ReminderAlertNotificationCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryReminderEventArgs.AlertNotifications
WinForms ControlsRemindersFormActionEventArgs.AlertNotifications
RemindersFormActionEventArgs.SelectedAlertNotifications
RemindersFormEventArgs.AlertNotifications

Remarks

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.

Inheritance

Object DevExpress.XtraScheduler.DXCollectionBase ReminderBaseAlertNotificationCollection ReminderAlertNotificationCollection

See Also

ReminderAlertNotificationCollection Members

DevExpress.XtraScheduler Namespace