Version

getItem Method

Get the item or group at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem( 
   index : int
) : ExplorerBarItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfExplorerBarItemCollection.getItem(int);

Parameters

index
The index of the item.

Return Value

The item at the specified index.
See Also