Skip to main content

NotificationItemsEventArgs.NotificationItems Property

Gets the list of INotificationItem objects to be processed.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

public IList<INotificationItem> NotificationItems { get; }

Property Value

Type Description
IList<INotificationItem>

A collection of INotificationItem objects.

See Also