Skip to main content
.NET 6.0+

NotificationsProvider.GetNotificationItems() Method

Returns the list of notification items for the given list of ISupportNotifications objects.

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also