TcxSummaryEventOutArguments.SummaryValue Field
In This Article
Returns the intermediate summary value calculated during all previous iterations.
#Declaration
Delphi
SummaryValue: Variant
#Field Value
Type | Description |
---|---|
Variant | The intermediate summary value calculated before the current event occurrence. |
#Remarks
You can use the CountValue field to identify the number of previous summary calculation iterations (event occurrences).
See Also