NavBarItem.Select Event
In This Article
Fires when a NavBarItem is selected.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Event Data
The Select event's data class is EventArgs.
#Remarks
See the Clicking and Selecting Items topic to learn more.
See Also