Version

previousNode Property

Returns the previous sibling node of this node. If this is the first node in the collection, null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_previousNode() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.get_previousNode();
See Also