ExpandToSelected: Boolean
The ExpandToSelected property determines whether selected items are expanded.
Available values:
true. Selected elements are expanded after refreshing the tree.
false. Selected elements are not expanded after refreshing the tree.
Use JSON or the setExpandToSelected method to set the property value and the getExpandToSelected method to get the property value.
The example of property use is given in description of the DimTreeView.selectLevel method.
See also: