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
Get the item at the specified index in the collection.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getItem(
: 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.