TcxPivotGridOptionsView.RowTotals Property
Specifies whether to suppress the subtotals for rows.
Declaration
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