Back to Devexpress

GridViewColumn.FooterTemplate Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-fd1a16b4.md

latest2.0 KB
Original Source

GridViewColumn.FooterTemplate Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual ITemplate FooterTemplate { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property FooterTemplate As ITemplate

Property Value

TypeDefaultDescription
ITemplatenull

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.

Online Examples

View Example: How to use group footer and footer templates to customize group and total summaries

View Example: How to calculate bound and unbound column values on the client

See Also

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace