Version

multipleSelectionType Property

type of multiple selection - Keyboard or Checkbox (if checkbox, checkboxes are automatically rendered in front of every item) type of multiple selection - Keyboard or Checkbox
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_multipleSelectionType() : DropDownMultipleSelectionType
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_multipleSelectionType();
See Also