Back to Devexpress

GridViewFooterRowTemplateContainer Class

aspnet-devexpress-dot-web-d80eafc1.md

latest2.5 KB
Original Source

GridViewFooterRowTemplateContainer Class

Represents a container for the templates used to render the ASPxGridView’s footer.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

GridViewFooterRowTemplateContainer objects are automatically instantiated when the GridViewTemplates.FooterRow template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewFooterRowTemplateContainer

See Also

GridViewFooterRowTemplateContainer Members

Grid View

DevExpress.Web Namespace