TcxPivotGridOptionsView.ColumnTotalsLocation Property
Specifies whether subtotal and grand total columns are shown on the right or the left side of the data area.
Declaration
property ColumnTotalsLocation: TcxPivotGridColumnTotalsLocation read; write; default ctlFar;
Property Value
Type | Default |
---|---|
TcxPivotGridColumnTotalsLocation | ctlFar |
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