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

NavBarViewBase.SelectItem(NavBarItem) Method

Selects the specified item.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public void SelectItem(
    NavBarItem item
)

Parameters

Name Type Description
item NavBarItem

A NavBarItem object specifying the item to be selected.

Remarks

Corresponding Command: NavBarCommands.SelectItem.

See Also