Skip to main content
A newer version of this page is available. .
Tab

GridViewColumn.FooterTemplate Property

Specifies a template to display the column’s footer cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(null)]
public virtual ITemplate FooterTemplate { get; set; }

Property Value

Type Default Description
ITemplate null

An object that implements the ITemplate interface.

Remarks

When you specify the FooterTemplate property, the control creates a template within a container object of the GridViewFooterCellTemplateContainer type.

At the control level, use the FooterRow or FooterCell property to create a template for the grid’s footer row or footer cells.

See Also