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

NotificationItemsEventArgs.NotificationItems Property

Gets the list of INotificationItem objects to be processed.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

public IList<INotificationItem> NotificationItems { get; }

Property Value

Type Description
IList<INotificationItem>

A collection of INotificationItem objects.

See Also