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

NavBarItemTemplateContainer(NavBarItem) Constructor

Initializes a new instance of the NavBarItemTemplateContainer class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public NavBarItemTemplateContainer(
    NavBarItem item
)

Parameters

Name Type Description
item NavBarItem

A NavBarItem object specifying the navbar item which the current object belongs to.

Remarks

This constructor is used to create a new NavBarItemTemplateContainer class instance and initialize its NavBarItemTemplateContainer.Item property with the specified value.

See Also