DataGrid.Measures

Syntax

Measures: PP.Ui.DGMeasures;

Description

The Measures property determines table dimensions.

Comments

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

Example

The example of property use is given in description of the DGColumn class constructor.

See also:

DataGrid