Gets or sets the SelectionMode of a control.
The SelectionMode of a control. Default value is SelectOnly.
If selection mode is set to SelectOnly, by clicking not selected node, it is selected. When clicking selected node, no action is taken. The AfterNodeSelect event is fired only when selecting the node.
If selection mode is set to SelectDeselect, by clicking not selected node, it is selected. When clicking selected node, it is deselected. By both actions, the AfterNodeSelect event is fired.
AdvancedTree Class | Resco.Controls.AdvancedTree Namespace