C1Expander panel web control.

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

Syntax

C#
[PersistChildrenAttribute(false)]
[DesignerAttribute("C1.Web.UI.Design.C1ExpanderDesigner, C1.Web.UI.Design.2")]
[ParseChildrenAttribute(true)]
[ToolboxBitmapAttribute(typeof(C1Expander), "C1Expander.png")]
[DefaultPropertyAttribute("ExpandDirection")]
[LicenseProviderAttribute]
[LocalizableAttribute(true)]
[ToolboxDataAttribute("<{0}:C1Expander Width="100px" Height="200px" HeaderSize="25px" runat="server"><Header>Header</Header><Content>Content</Content></{0}:C1Expander>")]
public class C1Expander : C1HeaderContentControl, INamingContainer, 
	IC1ThemeSupport
Visual Basic
<PersistChildrenAttribute(False)> _
<DesignerAttribute("C1.Web.UI.Design.C1ExpanderDesigner, C1.Web.UI.Design.2")> _
<ParseChildrenAttribute(True)> _
<ToolboxBitmapAttribute(GetType(C1Expander), "C1Expander.png")> _
<DefaultPropertyAttribute("ExpandDirection")> _
<LicenseProviderAttribute> _
<LocalizableAttribute(True)> _
<ToolboxDataAttribute("<{0}:C1Expander Width="100px" Height="200px" HeaderSize="25px" runat="server"><Header>Header</Header><Content>Content</Content></{0}:C1Expander>")> _
Public Class C1Expander _
	Inherits C1HeaderContentControl _
	Implements INamingContainer, IC1ThemeSupport

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      C1ThemeableControl
        C1HeaderContentControl
          C1.Web.UI.Controls.C1Expander..::..C1Expander

See Also