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

NavBarItemSelectedEventArgs.Item Property

Gets the newly selected item related to the event.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public NavBarItem Item { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object representing the newly selected item.

Remarks

Use the Item property to access the item that has been selected. If multiple item selection mode is used (both the NavBarControl.AllowSelectItem and NavBarControl.EachGroupHasSelectedItem properties are true), you can use the NavBarControl.SelectedItems property to obtain a collection that contains all items which are seleced within the NavBarControl.

See Also