NavBarActiveGroupChangedEventArgs.Group Property
Gets a group object related to the event.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v23.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
NavBarGroup | A NavBarGroup object, manipulations on which forced the event to be raised. |
Remarks
The Group property represents a NavBarGroup object concerned with raising the event.
See Also