Skip to content

Commit 720d566

Browse files
committed
address comment
1 parent d43820b commit 720d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/datagrid/aggregates/delegate-aggregate-descriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `IAggregateFunction` interface exposes the following methods:
2323

2424
* `GetValue()`—Gets the computed value.
2525

26-
* `Accumulate(object value)`—Applies the function logic to the provided value. Extracted value from the `ViewModel`.
26+
* `Accumulate(object value)`—Applies the function logic to the provided value (the provided value is the extracted value from the `ViewModel`).
2727

2828
* `Merge(IAggregateFunction aggregateFunction)`—Merges this function with another one. Used when calculating Grand Totals.
2929

0 commit comments

Comments
 (0)