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

GridViewSettings.SetGroupFooterRowTemplateContent(Action<GridViewGroupFooterRowTemplateContainer>) Method

Allows you to provide a template to render a group footer row.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public void SetGroupFooterRowTemplateContent(
    Action<GridViewGroupFooterRowTemplateContainer> contentMethod
)

Parameters

Name Type Description
contentMethod Action<GridViewGroupFooterRowTemplateContainer>

A string value specifying the template content.

See Also