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