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

NavBarActiveGroupChangingEventArgs.PrevGroup Property

Gets the previously activated group.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public NavBarGroup PrevGroup { get; }

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