Back to Devexpress

TcxPivotGridOptionsView.RowTotalsLocation Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-7ac7a9eb.md

latest1.5 KB
Original Source

TcxPivotGridOptionsView.RowTotalsLocation Property

Specifies the location of subtotal and grand total rows, relative to the data area.

Declaration

delphi
property RowTotalsLocation: TcxPivotGridRowTotalsLocation read; write; default rtlFar;

Property Value

TypeDefault
TcxPivotGridRowTotalsLocationrtlFar

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

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnTotalsLocation

TcxPivotGridOptionsView.RowTotals

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit