DimTreeView.ExpandToSelected

Syntax

ExpandToSelected: Boolean

Description

The ExpandToSelected property determines whether selected items are expanded.

Comments

Available values:

Use JSON or the setExpandToSelected method to set the property value and the getExpandToSelected method to get the property value.

Example

The example of property use is given in description of the DimTreeView.selectLevel method.

See also:

DimTreeView