NavBarControl.ActiveGroupChanged Event
Fires when the active group changes.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Event Data
The ActiveGroupChanged event's data class is NavBarGroupEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Group | Gets a group for which the event is fired. |
Remarks
Write an ActiveGroupChanged event handler to perform specific actions each time the active group changes.
There are two instances when the event fires:
- A user expands a group by clicking its caption.
- The NavBarControl.ActiveGroup property value is changed via code.
Note
The ActiveGroupChanged event is not supported in ExplorerBar Views.
See Also