Version

getItem Method

Get the item at the specified index in the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem( 
   index : int
) : DataMenuItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDataMenuItemCollection.getItem(int);

Parameters

index
Specify index of an item.

Return Value

The menu item at the specified index. Null if index is out of range.
See Also