Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
      • EO.Web
      • EO.WebEngine
getItemByIndex Method 

Gets the NavigationItem object at the specified index.

Syntax
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