NavBarGroupEventArgs(NavBarGroup) Constructor
Creates an instance of the NavBarGroupEventArgs class.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
group | NavBarGroup | A NavBarGroup object representing the group for which the event has fired. |
Remarks
The constructor assigns the parameter value to the NavBarGroupEventArgs.Group property.
NavBarGroupEventArgs objects are not designed to be created directly from your code. An instance of this class is created automatically each time the NavBarControl.ActiveGroupChanged event fires.
See Also