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

NavBarItemSelectingEventArgs.NewItem Property

Gets an item object that is going to be selected.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public NavBarItem NewItem { get; }

Property Value

Type Description
NavBarItem

A NavBarItem object representing the item being selected.

See Also