Back to Devexpress

TcxPivotGridOptionsView.ColumnGrandTotals Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-147bba81.md

latest1.2 KB
Original Source

TcxPivotGridOptionsView.ColumnGrandTotals Property

Specifies whether to suppress the grand total for columns.

Declaration

delphi
property ColumnGrandTotals: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnTotals

TcxPivotGridOptionsView.GrandTotalsForSingleValues

TcxPivotGridOptionsView.RowGrandTotals

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit