Skip to main content
All docs
V25.1
  • RemindersFormActionEventArgs.AlertNotifications Property

    Gets the list of items displayed in the Reminder Form’s list box.

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v25.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public ReminderAlertNotificationCollection AlertNotifications { get; }

    Property Value

    Type Description
    ReminderAlertNotificationCollection

    The list of items.

    See Also