Back to Devexpress

NavBarActiveGroupChangingEventArgs.PrevGroup Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navbaractivegroupchangingeventargs-6cdfe1fe.md

latest1.4 KB
Original Source

NavBarActiveGroupChangingEventArgs.PrevGroup Property

Gets the previously activated group.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public NavBarGroup PrevGroup { get; }
vb
Public ReadOnly Property PrevGroup As NavBarGroup

Property Value

TypeDescription
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

NavBarActiveGroupChangingEventArgs Class

NavBarActiveGroupChangingEventArgs Members

DevExpress.Xpf.NavBar Namespace