Version

textElement Property

Returns a reference to the Html Element that contains the text of the node.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_textElement() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_textElement();
See Also