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

NavBarItems(ASPxNavBar) Constructor

Initializes a new instance of the NavBarItems class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public NavBarItems(
    ASPxNavBar navBar
)

Parameters

Name Type Description
navBar ASPxNavBar

An ASPxNavBar object that represents the navbar to which the currently created collection belongs.

Remarks

This constructor is used to create a new instance of the NavBarItems class and initialize it with the specified owner.

See Also