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