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