TcxPivotGridOptionsView.RowTotals Property
In This Article
Specifies whether to suppress the subtotals for rows.
#Declaration
Delphi
property RowTotals: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
If the RowTotals property’s value is False, then the subtotals for rows will be hidden.
The default value of the RowTotals property is True.
See Also