NavBarItemSelectedEventArgs.Item Property
In This Article
Gets the newly selected item related to the event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#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