An extender class which adds collapse/expand behavior to an ASP.NET Panel control. The panel that is extended can then be collapsed or expanded by the user of the page, which is handy for doing things like showing or hiding content or maximizing available space.

Namespace:  AjaxControlToolkit
Assembly:  AjaxControlToolkit (in AjaxControlToolkit.dll) Version: 1.0.10920.38393 (1.0.10920.0)

Syntax

C#
public class CollapsiblePanelExtender : ExtenderControlBase
Visual Basic (Declaration)
Public Class CollapsiblePanelExtender _
	Inherits ExtenderControlBase
Visual C++
public ref class CollapsiblePanelExtender : public ExtenderControlBase

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.ExtenderControl
      AjaxControlToolkit..::.ExtenderControlBase
        AjaxControlToolkit..::.CollapsiblePanelExtender

See Also