Skip to main content
A newer version of this page is available. .

NavBarItem.Select Event

Fires when a NavBarItem is selected.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public event EventHandler Select

Event Data

The Select event's data class is EventArgs.

Remarks

See the Clicking and Selecting Items topic to learn more.

See Also