IsCSMultiSelect: Boolean
The IsCSMultiSelect property determines if it is possible to select multiple objects using the SHIFT and CTRL keys.
If the property is set to true, the user can select multiple tree nodes while holding down the SHIFT or CTRL keys. Usually, a new node is selected on click, and the previous selection is removed. If this property is set to false (default), the user cannot select multiple nodes while holding down SHIFT or CTRL keys.
The example of property use is given in the Example of Creating the TreeList Component page.
See also: