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
isHorizontal Method 

Gets a boolean indicating whether the item group is a horizontal group.

Syntax
JavaScript
 NavigationItemGroup.isHorizontal()

Return Value

Returns true if the Orientation of the corresponding NavigationItemGroup is set to Horizontal, otherwise false.

See Also