Icon MultiSelect Property

property MultiSelect: Boolean

Available In: Visual Client Applications

Specifies whether multiple rows can be selected in the grid. The SelectedCount property can be examined to find out how many rows are selected and the Selected property can be examined to find out which rows are selected.

Information You can only use the multi-select functionality when the RowSelect property is True. Setting the RowSelect property to False will automatically set the MultiSelect property to False also.
Image