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

MenuItemTemplateContainer Class

Represents a container for the templates used to render menu items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class MenuItemTemplateContainer :
    ItemTemplateContainerBase

Remarks

The MenuItemTemplateContainer class represents a container cell for the templates used to render menu items within a menu control.

Objects of the MenuItemTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxMenuBase.ItemTemplate, MenuItem.Template, ASPxMenuBase.SubMenuTemplate or MenuItem.SubMenuTemplate.

See Also