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

NavBarControl.ActiveGroupChanged Event

Fires when the active group changes.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ActiveGroupChanged event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also