TcxPivotGridOptionsView.RowGrandTotalWidth Property
In This Article
Specifies the total row’s width.
#Declaration
Delphi
property RowGrandTotalWidth: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
Use the ColumnGrandTotalWidth property to specify the total column’s width.
The default value of the RowGrandTotalWidth property is 0.
See Also