TreeList.ActiveParentColor

Syntax

ActiveParentColor : PP.Color | RGB |String

Description

The ActiveParentColor property determines selection color for parent nodes of the active tree item.

Example

To execute this example, the page must contain the TreeList component named treeListSett (see Example of Creating the TreeList Component). Set selection color for parent nodes of the active tree item:

treeListSett.setActiveParentColor("Thistle");

After executing the example, parent nodes of the tree active item are selected:

See also:

TreeList