Version

hasChildren Method

Returns a boolean value which indicates whether or not this node has any child nodes beneath it.
Syntax
ASP.NET Ajax Javascript (Specification) 
function hasChildren() : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.hasChildren();
See Also