Version

nextVisibleNode Property

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