[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.ShowColumnFooters

ShowColumnFooters Method

ShowColumnFooters(bool, string)

Sets whether to show a group row to display the aggregates in the column footers panel.

Declaration
public virtual TBuilder ShowColumnFooters(bool value = true, string rowHeaderText = null)
Parameters
Type Name Description
bool value

A bool value indicates whether to show a group row.

string rowHeaderText

The row header text of the group row. If it is not set, it will use the default value: a sigma character.

Returns
Type Description
TBuilder

Current builder.