TcxPivotGridOptionsView.ColumnTotalsLocation Property
In This Article
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
Type | Default |
---|---|
Tcx |
ctl |
#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