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

INotificationsProvider.GetNotificationItems() Method

Returns the list of notification items.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also