Back to Devexpress

NavBarGroupTemplateContainer Class

aspnet-devexpress-dot-web-199fce49.md

latest3.2 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarGroupTemplateContainer :
    ItemTemplateContainerBase
vb
Public Class NavBarGroupTemplateContainer
    Inherits 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.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase ItemTemplateContainerBase NavBarGroupTemplateContainer

See Also

NavBarGroupTemplateContainer Members

DevExpress.Web Namespace