Back to Devexpress

GridViewColumn.GroupFooterTemplate Property

aspnet-devexpress-dot-web-dot-gridviewcolumn-00143b18.md

latest1.9 KB
Original Source

GridViewColumn.GroupFooterTemplate Property

Specifies a template to display the column’s group footer cells.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
ITemplatenull

An object that implements the ITemplate interface.

|

Remarks

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

At the control level, use the GroupFooterRow or the GroupFooterCell property to create a template for group footer rows or group footer cells.

Online Example

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

See Also

GridViewColumn Class

GridViewColumn Members

DevExpress.Web Namespace