Back to Devexpress

NavBarItemSelectingEventArgs.NewItem Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaritemselectingeventargs-9a0496da.md

latest1.2 KB
Original Source

NavBarItemSelectingEventArgs.NewItem Property

Gets an item object that is going to be selected.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
NavBarItem

A NavBarItem object representing the item being selected.

|

See Also

PrevItem

NavBarItemSelectingEventArgs Class

NavBarItemSelectingEventArgs Members

DevExpress.Xpf.NavBar Namespace