MenuItemTemplateContainer Class
In This Article
Represents a container for the templates used to render menu items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
MenuItemTemplateContainer
See Also