ComponentOne ASP.NET MVC Controls
ShowColumnFooters Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : ShowColumnFooters Method
A bool value indicates whether to show a group row.
The row header text of the group row. If it is not set, it will use the default value: a sigma character.
Sets whether to show a group row to display the aggregates in the column footers panel.
Syntax
'Declaration
 
Public Overridable Function ShowColumnFooters( _
   Optional ByVal value As Boolean, _
   Optional ByVal rowHeaderText As String _
) As TBuilder
public virtual TBuilder ShowColumnFooters( 
   bool value,
   string rowHeaderText
)

Parameters

value
A bool value indicates whether to show a group row.
rowHeaderText
The row header text of the group row. If it is not set, it will use the default value: a sigma character.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members