Skip to main content
Tab

GridViewTemplates.GroupFooterRow Property

Specifies a template to display a group footer row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
ITemplate null

An object that implements the ITemplate interface.

Remarks

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

At the column level, use the GroupFooterTemplate property to create a template for group footer cells in this column.

Refer to the Create Templates topic for information on how to create templates for the Grid View control’s elements.

See Also