[]
Sets whether to show a group row to display the aggregates in the column footers panel.
public virtual TBuilder ShowColumnFooters(bool value = true, string rowHeaderText = null)
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. |
Type | Description |
---|---|
TBuilder | Current builder. |