Version

selectionType Property

Returns the UI selection type specified. 0-None, 1-Single, 2-multiple selection
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectionType() : Integer
function set_selectionType(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.get_selectionType();
See Also