NavBarControl.ActiveGroupChanged Event
In This Article
Fires when the active group changes.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#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 Active
See Also