NotificationItemsEventArgs.NotificationItems Property
In This Article
Gets the list of INotificationItem objects to be processed.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public IList<INotificationItem> NotificationItems { get; }
#Property Value
Type | Description |
---|---|
IList<INotification |
A collection of INotification |
See Also