A individual page fragment for the C1MultiPage control.

Namespace:  C1.Web.UI.Controls.C1MultiPage
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
[PersistChildrenAttribute(true)]
[ParseChildrenAttribute(false)]
public class C1PageView : ContentPanel
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
<PersistChildrenAttribute(True)> _
<ParseChildrenAttribute(False)> _
Public Class C1PageView _
	Inherits ContentPanel

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..Panel
        ContentPanel
          C1.Web.UI.Controls.C1MultiPage..::..C1PageView

See Also