NotifyingCollectionBeforeItemAddedEventArgs<T>.Item Property
In This Article
Gets the added item.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Description |
---|---|
T | A T object that is the added item. |
See Also