NavBarActiveGroupChangingEventArgs.PrevGroup Property
Gets the previously activated group.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
NavBarGroup | A NavBarGroup object representing the previously active group. |
Remarks
Use the PrevGroup property to identify the group that was active before the NavBarViewBase.ActiveGroupChanging event occurs.
See Also