Gets or sets whether the control supports multiple rows selection.
true if the control supports supports the multiple selection, false if only one row at a time is selected.
When multiple selection is allowed, more rows can be in the Selected state. Otherwise, when one row is selected and other is clicked, the first row is deselected and then the new row is selected. No event is fired for the deselection of the row when other is selected.
When the MultiSelect property is changed, the current selection is reset (no row selected).
AdvancedList Class | Resco.Controls.AdvancedList Namespace