Back to Devexpress

GridViewGroupFooterRowTemplateContainer Class

aspnet-devexpress-dot-web-19b99e07.md

latest2.8 KB
Original Source

GridViewGroupFooterRowTemplateContainer Class

Represents a container for the templates used to render a group footer row.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewGroupFooterRowTemplateContainer :
    GridViewGroupRowTemplateContainer
vb
Public Class GridViewGroupFooterRowTemplateContainer
    Inherits GridViewGroupRowTemplateContainer

Remarks

GridViewGroupFooterRowTemplateContainer objects are automatically instantiated when the GridViewTemplates.GroupFooterRow template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewBaseRowTemplateContainer GridViewGroupRowTemplateContainer GridViewGroupFooterRowTemplateContainer

See Also

GridViewGroupFooterRowTemplateContainer Members

Grid View

DevExpress.Web Namespace