Back to Devexpress

CardViewHeaderTemplateContainer Class

aspnet-devexpress-dot-web-1d5f601b.md

latest2.6 KB
Original Source

CardViewHeaderTemplateContainer Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewHeaderTemplateContainer :
    CardViewBaseTemplateContainer
vb
Public Class CardViewHeaderTemplateContainer
    Inherits CardViewBaseTemplateContainer

Remarks

CardViewHeaderTemplateContainer objects are automatically instantiated when the CardViewColumn.HeaderTemplate or CardViewTemplates.Header template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer CardViewBaseTemplateContainer CardViewHeaderTemplateContainer

See Also

CardViewHeaderTemplateContainer Members

Card View Templates

Card View

DevExpress.Web Namespace