Skip to main content

INotificationsProvider.GetNotificationItems() Method

Returns the list of notification items.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v25.2.dll

NuGet Package: DevExpress.Persistent.Base

Declaration

IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also