DGColumn.ParentColumn

Syntax

ParentColumn: PP.Ui.DGColumn;

Description

The ParentColumn property determines a parent column, to which this column is nested.

Comments

Use JSON or the setParentColumn method to set the property value and the getParentColumn method to get the property value.

Example

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

See also:

DGColumn