GridViewHeaderTemplateContainer Class
In This Article
Represents a container for the templates used to render column headers.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewHeaderTemplateContainer :
GridViewBaseTemplateContainer
#Remarks
GridViewHeaderTemplateContainer objects are automatically instantiated when the GridViewColumn.HeaderTemplate or GridViewTemplates.Header template is created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
GridBaseTemplateContainer
GridViewBaseTemplateContainer
GridViewHeaderTemplateContainer
See Also