GridViewColumn.GroupFooterTemplate Property
In This Article
Specifies a template to display the column’s group footer cells.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | 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
See Also