DataGrid.ChangedCells

Syntax

ChangedCells: Object;

Description

The ChangedCells property determines table cells with changed values.

Comments

The property is read-only.

Example

The example of use is given on the page with description of the DataGrid.setCellValueInSource method.

See also:

DataGrid