TcxPivotGridOptionsView.RowGrandTotalText Property
In This Article
Specifies the grand total row’s caption.
#Declaration
Delphi
property RowGrandTotalText: string read; write;
#Property Value
Type | Description |
---|---|
string | The grand total row caption. |
#Remarks
If an empty string is set to this property, the grand total row’s header displays the scxGrandTotal
resource string.
See Also