RibbonItemTemplateContainer Class
In This Article
A container for the templates used to render a template item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class RibbonItemTemplateContainer :
ItemTemplateContainerBase
#Remarks
The RibbonItemTemplateContainer class is a container cell for the templates used to render a template item within a ASPxRibbon control.
Objects of the RibbonItemTemplateContainer type are automatically instantiated when templates of the RibbonTemplateItem.Template type are created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
RibbonItemTemplateContainer
See Also