Back to Devexpress

TcxPivotGridOptionsView.ColumnTotalsLocation Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-f5a87b50.md

latest1.6 KB
Original Source

TcxPivotGridOptionsView.ColumnTotalsLocation Property

Specifies whether subtotal and grand total columns are shown on the right or the left side of the data area.

Declaration

delphi
property ColumnTotalsLocation: TcxPivotGridColumnTotalsLocation read; write; default ctlFar;

Property Value

TypeDefault
TcxPivotGridColumnTotalsLocationctlFar

Remarks

Refer to TcxPivotGridColumnTotalsLocation type for a list of available options.

Use the RowTotalsLocation property to specify the location of subtotal and grand total rows.

The default value of the ColumnTotalsLocation property is tlFar.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnGrandTotals

TcxPivotGridOptionsView.ColumnTotals

TcxPivotGridOptionsView.RowTotalsLocation

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit