Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getItem Method
Returns the DropDownItem at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getItem(
: {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