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

NavBarActiveGroupChangingEventArgs.NewGroup Property

Gets a group object that is going to be activated.

Namespace: DevExpress.Xpf.NavBar

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

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

Declaration

public NavBarGroup NewGroup { get; }

Property Value

Type Description
NavBarGroup

A NavBarGroup object representing the group being activated.

See Also