Skip to main content
A newer version of this page is available. .

NotificationsProvider.GetNotificationItems() Method

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

Namespace: DevExpress.ExpressApp.Scheduler

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

Declaration

public IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also