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

NavBarGroupEventArgs(NavBarGroup) Constructor

Creates an instance of the NavBarGroupEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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