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.GrandTotalsForSingleValues Property

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

#Declaration

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

#Property Value

Type Default
Boolean False

#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