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

DefaultNotificationsProvider.GetNotificationItems() Method

Returns the list of notification items.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v19.1.dll

Declaration

public IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also