Back to Devexpress

TcxPivotGridOptionsView.TotalsForSingleValues Property

vcl-cxcustompivotgrid-dot-tcxpivotgridoptionsview-8ca65edb.md

latest1.3 KB
Original Source

TcxPivotGridOptionsView.TotalsForSingleValues Property

Specifies whether to suppress the subtotals for single data items.

Declaration

delphi
property TotalsForSingleValues: 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 subtotals for rows and columns.

If the TotalsForSingleValues property’s value is False , then the subtotals for rows and columns will be suppressed.

The default value of the TotalsForSingleValues property is False.

See Also

TcxCustomPivotGrid.OnLayoutChanged

TcxPivotGridOptionsView.ColumnTotals

TcxPivotGridOptionsView.GrandTotalsForSingleValues

TcxPivotGridOptionsView.RowTotals

TcxPivotGridOptionsView Class

TcxPivotGridOptionsView Members

cxCustomPivotGrid Unit