TreeListBase.NodeControls

Syntax

NodeControls: Array of PP.Ui.Control;

Description

The NodeControls property determines node controls.

Comments

Use the setNodeControls(nodeKey, value) method to set the property value, and the getNodeControls(nodeKey) method to get the property value.

Parameters:

nodeKey. String. Node identifier

value. PP.Ui.Control. Value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Get node controls
Tree.getNodeControls(0);

After executing the example node controls are obtained.

See also:

TreeListBase