ShowColumnFooters Property (TransposedGrid<T>)
In This Topic
Gets or sets a bool value which indicates whether to show a group row to display the aggregates in the column footers panel.
Syntax
'Declaration
Public Overridable Property ShowColumnFooters As Boolean
public virtual bool ShowColumnFooters {get; set;}
See Also