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