NavBarViewBase.SelectItem(NavBarItem) Method
Selects the specified item.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v25.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | NavBarItem | A NavBarItem object specifying the item to be selected. |
Remarks
Corresponding Command: NavBarCommands.SelectItem.
See Also