Back to Devexpress

TcxPivotGridOptionsView.RowGrandTotals Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-c5c34d2b.md

latest1.1 KB
Original Source

TcxPivotGridOptionsView.RowGrandTotals Property

Specifies whether to suppress the grand total for rows.

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False to hide the grand total for rows.

The default value of the RowGrandTotals property is True.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnGrandTotals

TcxPivotGridOptionsView.GrandTotalsForSingleValues

TcxPivotGridOptionsView.RowTotals

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit