unSelectAll Method
Removes the item from the internal selected items list, and calls the _selectItem method off of the associated control, with a parameter of false
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function unSelectAll() : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfUIBehaviorsObject.unSelectAll(); |