Back to Devexpress

TcxPivotGridOptionsView.ColumnTotals Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-803e02f2.md

latest1.1 KB
Original Source

TcxPivotGridOptionsView.ColumnTotals Property

Specifies whether to suppress subtotals for columns.

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

If the ColumnTotals property’s value is False , then the subtotals for columns will be hidden.

The default value of the ColumnTotals property is True.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnGrandTotals

TcxPivotGridOptionsView.RowTotals

TcxPivotGridOptionsView.TotalsForSingleValues

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit