Back to Devexpress

NavBarItemSelectingEventArgs.NewGroup Property

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

latest1.2 KB
Original Source

NavBarItemSelectingEventArgs.NewGroup Property

Gets a group object containing an item 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 NavBarGroup NewGroup { get; }
vb
Public ReadOnly Property NewGroup As NavBarGroup

Property Value

TypeDescription
NavBarGroup

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

|

See Also

PrevGroup

NavBarItemSelectingEventArgs Class

NavBarItemSelectingEventArgs Members

DevExpress.Xpf.NavBar Namespace