TcxPivotGridOptionsView.RowTotalsLocation Property
Specifies the location of subtotal and grand total rows, relative to the data area.
Declaration
property RowTotalsLocation: TcxPivotGridRowTotalsLocation read; write; default rtlFar;
Property Value
Type | Default |
---|---|
TcxPivotGridRowTotalsLocation | rtlFar |
Remarks
Refer to TcxPivotGridRowTotalsLocation type to learn about available options.
Use the ColumnTotalsLocation property to specify the location of subtotal and grand total columns.
The default value of the RowTotalsLocation property is tlFar.
See Also