Back to Devexpress

TcxPivotGridOptionsView.RowTotals Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-bbc684d6.md

latest1.1 KB
Original Source

TcxPivotGridOptionsView.RowTotals Property

Specifies whether to suppress the subtotals for rows.

Declaration

delphi
property RowTotals: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

If the RowTotals property’s value is False , then the subtotals for rows will be hidden.

The default value of the RowTotals property is True.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnTotals

TcxPivotGridOptionsView.RowGrandTotals

TcxPivotGridOptionsView.TotalsForSingleValues

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit