Gets the NavigationItem object at the specified index.
[JavaScript]
NavigationItemGroup.getItemByIndex(
index)
Parameters
-
index
- Zero-based item index.
Return Value
A NavigationItem object at the specified index.
Remarks
This function returns null if the index is out of range.
See Also
NavigationItemGroup Object