Table of Contents
ShowCheckBoxes Property

Gets or sets a value indicating whether to display a checkbox for each item in the drop-down.

Syntax
 public Boolean ShowCheckBoxes { get; set; }
Remarks

Set this property to true enables multi-selection. See Using Multi-Selection for more details about this feature.

See Also