NotificationItemsEventArgs.NotificationItems Property
Gets the list of INotificationItem objects to be processed.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
IList<INotificationItem> | A collection of INotificationItem objects. |
See Also