We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43820b commit 720d566Copy full SHA for 720d566
controls/datagrid/aggregates/delegate-aggregate-descriptor.md
@@ -23,7 +23,7 @@ The `IAggregateFunction` interface exposes the following methods:
23
24
* `GetValue()`—Gets the computed value.
25
26
-* `Accumulate(object value)`—Applies the function logic to the provided value. Extracted value from the `ViewModel`.
+* `Accumulate(object value)`—Applies the function logic to the provided value (the provided value is the extracted value from the `ViewModel`).
27
28
* `Merge(IAggregateFunction aggregateFunction)`—Merges this function with another one. Used when calculating Grand Totals.
29
0 commit comments