Skip to main content
Tab

NavBarGroupEventArgs(NavBarGroup) Constructor

Creates an instance of the NavBarGroupEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroupEventArgs(
    NavBarGroup group
)

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