MobileForms Toolkit Documentation

AdvancedTree.MultiSelect Property

Gets or sets whether the control supports multiple nodes selection.

public bool MultiSelect {get; set;}

Property Value

true if the control supports supports the multiple selection, false if only one node at a time is selected.

Remarks

When multiple selection is allowed, more nodes can be in the Selected state. Otherwise, when one node is selected and other is clicked, the first node is deselected and then the new node is selected. No event is fired for the deselection of the node when other is selected.

When the MultiSelect property is changed, the current selection is reset (no node selected).

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace