TcxPivotGridOptionsView.RowGrandTotals Property
In This Article
Specifies whether to suppress the grand total for rows.
#Declaration
Delphi
property RowGrandTotals: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False to hide the grand total for rows.
The default value of the RowGrandTotals property is True.
See Also