Back to Devexpress

GridViewFooterCellTemplateContainer Class

aspnet-devexpress-dot-web-e99cb724.md

latest2.5 KB
Original Source

GridViewFooterCellTemplateContainer Class

Represents a container for the templates used to render footer cells within the ASPxGridView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewFooterCellTemplateContainer :
    GridViewBaseTemplateContainer
vb
Public Class GridViewFooterCellTemplateContainer
    Inherits GridViewBaseTemplateContainer

Remarks

GridViewFooterCellTemplateContainer objects are automatically instantiated when the GridViewTemplates.FooterCell template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewFooterCellTemplateContainer

See Also

GridViewFooterCellTemplateContainer Members

Grid View

DevExpress.Web Namespace