NavBarItemTemplateContainer Class
In This Article
Represents a container for the templates used to render items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
The NavBarItemTemplateContainer class represents a container cell for the templates used to render items within a navbar control.
Objects of the NavBarItemTemplateContainer type are automatically instantiated when a template of one of the following types is created: ASPxNavBar.ItemTemplate or NavBarItem.Template.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
NavBarItemTemplateContainer
See Also