Version

checkBoxMode Property

Returns the current CheckBoxMode. 0-Off, 1-BiState, 2-TriState mode.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_checkBoxMode() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.get_checkBoxMode();
See Also