aspnet-devexpress-dot-web-c6e86976.md
Represents a container for the templates used to render menu items.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class MenuItemTemplateContainer :
ItemTemplateContainerBase
Public Class MenuItemTemplateContainer
Inherits ItemTemplateContainerBase
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.
Object Control TemplateContainerBase ItemTemplateContainerBase MenuItemTemplateContainer
See Also