Version

columnSelectType Property

Determines how many columns can be selected at any given time.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_columnSelectType() : SelectType
function set_columnSelectType(value : SelectType)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSelection.get_columnSelectType();
See Also