DGColumn.Items

Syntax

Items: Array;

Description

The Items property determines child columns of this column.

Comments

The array contains instances of the PP.Ui.DGColumn class.

Use JSON to set the property value, and the getItems method to get the property value.

Example

The example of property use is given in description of the DGColumn.addItem method.

See also:

DGColumn