Represents a page view on client side.

Namespace:  C1.Web.iPhone.C1MultiView
Assembly:  C1MultiViewClient (in C1MultiViewClient.dll)

Syntax

JavaScript
C1.Web.iPhone.C1MultiView.C1View = function();

Type.createClass(
	'C1.Web.iPhone.C1MultiView.C1View',
	Client_C1.Web.iPhone.ContentPanel);

Inheritance Hierarchy

System..::..Object
  C1.Web.iPhone..::..IPhoneElement
    ContentPanel
      C1.Web.iPhone.C1MultiView..::..C1View

See Also