Represents C1SuperPanelExtender.

Remarks

C1SuperPanelExtender will use a C1SuperPanel to wrap the target control.

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

Syntax

C#
[TargetControlTypeAttribute(typeof(Control))]
[ToolboxBitmapAttribute(typeof(C1SuperPanelExtender), "C1SuperPanelExtender.png")]
[LicenseProviderAttribute]
public class C1SuperPanelExtender : C1ExtenderBase
Visual Basic (Declaration)
<TargetControlTypeAttribute(GetType(Control))> _
<ToolboxBitmapAttribute(GetType(C1SuperPanelExtender), "C1SuperPanelExtender.png")> _
<LicenseProviderAttribute> _
Public Class C1SuperPanelExtender _
	Inherits C1ExtenderBase

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..ExtenderControl
      C1ExtenderBase
        C1.Web.UI.Controls.C1SuperPanel..::..C1SuperPanelExtender

See Also