TcxPivotGridOptionsView.ColumnGrandTotals Property
In This Article
Specifies whether to suppress the grand total for columns.
#Declaration
Delphi
property ColumnGrandTotals: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If the ColumnGrandTotals property’s value is False, then the grand total for columns will be hidden.
The default value of the ColumnGrandTotals property is True.
See Also