Version

getItem Method

Returns the DropDownItem at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItem( 
   index : {Any}
) : DropDownItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemCollection.getItem({Any});

Parameters

index
the index of the item in the DropDown collection

Return Value

the dropdown item at the specified index
See Also