NotificationsProvider.GetNotificationItems() Method
Returns the list of notification items for the given list of ISupportNotifications objects.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
Declaration
Returns
Type | Description |
---|---|
IList<INotificationItem> | An IEnumerable<INotificationItem> list of notification items. |
Implements
See Also