Skip to main content
.NET 6.0+

NotificationItemsEventArgs.NotificationItems Property

Gets the list of INotificationItem objects to be processed.

Namespace: DevExpress.Persistent.Base.General

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

Declaration

public IList<INotificationItem> NotificationItems { get; }

Property Value

Type Description
IList<INotificationItem>

A collection of INotificationItem objects.

See Also