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

NavBarItemSelectingEventArgs.NewGroup Property

Gets a group object containing an item that is going to be selected.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public NavBarGroup NewGroup { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object identifying the group whose item is being selected.

See Also