Skip to main content
Tab

MenuItemTemplateContainer(MenuItem) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public MenuItemTemplateContainer(
    MenuItem item
)

Parameters

Name Type Description
item MenuItem

A MenuItem object specifying the menu item which the current object belongs to.

Remarks

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

See Also