Skip to content

Commit e8d8d2f

Browse files
Update controls/datagrid/aggregates/delegate-aggregate-descriptor.md
Co-authored-by: Yordan <[email protected]>
1 parent b41ca6f commit e8d8d2f

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
@@ -25,7 +25,7 @@ The `IAggregateFunction` interface exposes the following methods:
2525

2626
* `Accumulate(object value)`&mdash;Applies the function logic to the provided value. Extracted value from the `ViewModel`.
2727

28-
* `Merge(IAggregateFunction aggregateFunction)`&mdash;Merges this function with another one. Uses when Grand Totals are calculated.
28+
* `Merge(IAggregateFunction aggregateFunction)`&mdash;Merges this function with another one. Used when calculating Grand Totals.
2929

3030
* `Update(object oldValue, object newValue)`&mdash;Updates the aggregate function by removing the contribution of an old value and adding a new value. This allows for efficient recalculation when data items are modified without recomputing the entire aggregation.
3131

0 commit comments

Comments
 (0)