Version

collapseSiblings Method

This will collapse all sibling nodes. If they are currently animating expanded, the animation is stopped and reversed.
Syntax
ASP.NET Ajax Javascript (Specification) 
function collapseSiblings() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNode.collapseSiblings();
See Also