Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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