ComponentOne NavPanel is a web control that allows you to provide multiple panes and display them one at a time.

Namespace:  C1.Web.UI.Controls.C1NavPanel
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[LicenseProviderAttribute]
[DesignerAttribute("C1.Web.UI.Design.C1NavPanelDesigner, C1.Web.UI.Design.3")]
[ToolboxDataAttribute("<{0}:C1NavPanel runat="server" Width="300px" Height="300px"></{0}:C1NavPanel>")]
[ParseChildrenAttribute(true)]
[ToolboxBitmapAttribute(typeof(C1NavPanel), "C1NavPanel.png")]
public class C1NavPanel : C1Accordion
Visual Basic (Declaration)
<LicenseProviderAttribute> _
<DesignerAttribute("C1.Web.UI.Design.C1NavPanelDesigner, C1.Web.UI.Design.3")> _
<ToolboxDataAttribute("<{0}:C1NavPanel runat="server" Width="300px" Height="300px"></{0}:C1NavPanel>")> _
<ParseChildrenAttribute(True)> _
<ToolboxBitmapAttribute(GetType(C1NavPanel), "C1NavPanel.png")> _
Public Class C1NavPanel _
	Inherits C1Accordion

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..BaseDataBoundControl
        System.Web.UI.WebControls..::..DataBoundControl
          C1ThemeableDataBoundControl
            C1Accordion
              C1.Web.UI.Controls.C1NavPanel..::..C1NavPanel

See Also