Back to Devexpress

TcxPivotGridOptionsView.GrandTotalsForSingleValues Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-54eaef9d.md

latest1.4 KB
Original Source

TcxPivotGridOptionsView.GrandTotalsForSingleValues Property

Specifies whether to suppress the grand total for single data items.

Declaration

delphi
property GrandTotalsForSingleValues: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Since the calculated item is the duplicate of the single data item, you may want to hide the grand totals for rows and columns.

If the GrandTotalsForSingleValues property’s value is False , then the grand totals for rows and columns will be suppressed.

The default value of the GrandTotalsForSingleValues property is False.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnGrandTotals

TcxPivotGridOptionsView.RowGrandTotals

TcxPivotGridOptionsView.TotalsForSingleValues

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit