Back to Devexpress

GridViewGroupFooterCellTemplateContainer Class

aspnet-devexpress-dot-web-351a3469.md

latest2.8 KB
Original Source

GridViewGroupFooterCellTemplateContainer Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

GridViewGroupFooterCellTemplateContainer objects are automatically instantiated when the GridViewTemplates.GroupFooterCell template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewBaseRowTemplateContainer GridViewGroupRowTemplateContainer GridViewGroupFooterCellTemplateContainer

See Also

GridViewGroupFooterCellTemplateContainer Members

Grid View

DevExpress.Web Namespace