C1NavigationList client side object.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1NavigationListClient (in C1NavigationListClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1NavigationList.C1NavigationList = function();

Type.createClass(
	'C1.Web.iPhone.C1NavigationList.C1NavigationList',
	Client_C1.Web.iPhone.C1ThemeableControlBase,
	Client_C1.Web.iPhone.C1NavigationList.IC1NavigationListItemsOwner);

Inheritance Hierarchy

System..::..Object
  Component
    Control
      C1.Web.iPhone..::..C1ThemeableControlBase
        C1.Web.iPhone.C1NavigationList..::..C1NavigationList

See Also