Skip to main content
Tab

NavBarItemTemplateContainer(NavBarItem) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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