Version

nextItem Property

Get the next sibling item of this item. If this is the last item in the collection, null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_nextItem() : ExplorerBarItem
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfExplorerBarItem.get_nextItem();
See Also