RemindersFormActionEventArgs.SelectedAlertNotifications Property
In This Article
Gets the list of items that are selected in the Reminder Form’s list box.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public ReminderAlertNotificationCollection SelectedAlertNotifications { get; }
#Property Value
Type | Description |
---|---|
Reminder |
The list of selected items. |
See Also