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

NavBarItemDataFields(ASPxNavBar) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public NavBarItemDataFields(
    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 NavBarItemDataFields class specifying the navbar control to which the created object belongs.

See Also