NavBarItemTemplateContainer(NavBarItem) Constructor
Initializes a new instance of the NavBarItemTemplateContainer class with the specified setting.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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