MobileForms Toolkit Documentation

AdvancedList.MultiSelect Property

Gets or sets whether the control supports multiple rows selection.

public bool MultiSelect {get; set;}

Property Value

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

Remarks

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).

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace