New to Kendo UI for Angular? Start a free 30-day trial
SelectionAggregate
Represents the available selection aggregate calculations. Use in combination with cellAggregates to determine which aggregates will be calculated.
type
SelectionAggregate = "sum" | "min" | "max" | "average" | "count" | "earliest" | "latest" | "isTrue" | "isFalse";