Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.ActiveGroupChanged Event

Fires when the active group changes.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

public event NavBarGroupEventHandler ActiveGroupChanged

#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:

Note

The ActiveGroupChanged event is not supported in ExplorerBar Views.

See Also