Version

childNode Property

Returns the child node at the index specified if it exists. Null is returned otherwise.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_childNode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_childNode();
See Also