Back to Devexpress

GroupHeaderTemplateContainer Class

aspnet-devexpress-dot-web-4890b032.md

latest2.6 KB
Original Source

GroupHeaderTemplateContainer Class

Represents a container for the templates used to render group headers.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GroupHeaderTemplateContainer :
    TemplateContainerBase
vb
Public Class GroupHeaderTemplateContainer
    Inherits TemplateContainerBase

Remarks

The GroupHeaderTemplateContainer class represents a container cell for the templates used to render group headers within a ASPxTitleIndex control.

Objects of the GroupHeaderTemplateContainer type are automatically instantiated when templates of the ASPxTitleIndex.GroupHeaderTemplate type are created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GroupHeaderTemplateContainer

See Also

GroupHeaderTemplateContainer Members

DevExpress.Web Namespace