Skip to main content
.NET 6.0+

INotificationsProvider.GetNotificationItems() Method

Returns the list of notification items.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

IList<INotificationItem> GetNotificationItems()

Returns

Type Description
IList<INotificationItem>

An IEnumerable<INotificationItem> list of notification items.

See Also