Back to Devexpress

NavBarItemSelectedEventArgs.Item Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritemselectedeventargs-14c522eb.md

latest1.7 KB
Original Source

NavBarItemSelectedEventArgs.Item Property

Gets the newly selected item related to the event.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarItem Item { get; }
vb
Public ReadOnly Property Item As NavBarItem

Property Value

TypeDescription
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

Group

NavBarItemSelectedEventArgs Class

NavBarItemSelectedEventArgs Members

DevExpress.Xpf.NavBar Namespace