Table of Contents
AllowMultiSelect Property

Specifies whether multiple nodes can be selected.

Syntax
 public Boolean AllowMultiSelect { get; set; }
Remarks

Set this property to true to allow multiple nodes to be selected, the default value is false, in which case only one node can be selected at any given time.

User must hold down Ctrl key in order to select more than one nodes. All the selected nodes must belong to the same parent node.

See Also