Version

parentNode Property

Returns the parend node of this node. If this is a root node will return null.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_parentNode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_parentNode();
See Also