ItemAddingEventArgs.Item Property
In This Article
Gets an item object related to the event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
The Item property represents a NavBarItem object concerned with raising the event.
See Also