Icon MultiSelect Property

property MultiSelect: Boolean

Available In: Visual Client Applications

Specifies whether multiple items may be selected. If this property is True, then the user can select multiple items in the list control using an individual selection operation (Ctrl-Click), or using a range selection operation (Shift-Click). In addition, the developer can directly modify the Selected property to select or deselect any item(s) in the list control.

The default value is False.
Image