DefaultNotificationsProvider.GetNotificationItems() Method
Returns the list of notification items.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Returns
| Type | Description |
|---|---|
| IList<INotificationItem> | An IEnumerable<INotificationItem> list of notification items. |
Implements
See Also