DGDataSource.Measures

Syntax

Measures: Object;

Description

The Measures property determines table data source measures.

Comments

Use JSON or the setMeasures method to set the property value and the getMeasures method to get the property value.

This property is used if a data source is synchronous.

Example

The example of use is given on the Example of Creating the DataGrid Component page.

See also:

DGDataSource