aspnet-devexpress-dot-web-199fce49.md
Represents a container for the templates used to render elements of a group - such as the group’s header and the content of the group.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class NavBarGroupTemplateContainer :
ItemTemplateContainerBase
Public Class NavBarGroupTemplateContainer
Inherits ItemTemplateContainerBase
The NavBarGroupTemplateContainer class represents a container cell for the templates used to render group headers and group contents.
Objects of the NavBarGroupTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxNavBar.GroupContentTemplate, ASPxNavBar.GroupHeaderTemplate, ASPxNavBar.GroupHeaderTemplateCollapsed, NavBarGroup.ContentTemplate, NavBarGroup.HeaderTemplate, NavBarGroup.HeaderTemplateCollapsed.
Object Control TemplateContainerBase ItemTemplateContainerBase NavBarGroupTemplateContainer
See Also