New to Kendo UI for AngularStart a free 30-day trial

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
};

Properties

The measure aggregate.

name

string | string[]

The name of the measure. Must be unique in the measures collection.

A function which returns the measuring value from the passed data item.

Parameters:itemany

The data item.

Returns:

any

In this article
DefinitionPropertiesaggregatenamevalue
Not finding the help you need?
Contact Support