Skip to main content
.NET 6.0+

DefaultNotificationsProvider.GetNotificationItems() Method

Returns the list of notification items.

Namespace: DevExpress.ExpressApp.Notifications

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

Declaration

public IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also