Skip to main content
Tab

NavBarGroupTemplateContainer Class

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class NavBarGroupTemplateContainer :
    ItemTemplateContainerBase

Remarks

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.

Inheritance

See Also