Skip to main content
Tab

NavBarGroupDataFields(ASPxNavBar) Constructor

Initializes a new instance of the NavBarGroupDataFields class specifying its owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarGroupDataFields(
    ASPxNavBar navBar
)

Parameters

Name Type Description
navBar ASPxNavBar

A ASPxNavBar object specifying the navbar control that will own the created object.

Remarks

This constructor is used to create a new instance of the NavBarGroupDataFields class specifying the navbar control to which the created object belongs.

See Also