Measure
Interface
Represents the PivotGrid measure object. Applicable for local data binding.
Definition
Package:@progress/kendo-angular-pivotgrid
Syntax:
ts
const sumMeasure = {
name: 'Total Price',
value: item => item.Price,
aggregate: sumAggregate
};