Class that adds a naming container to Panel and wraps an extra div around the rendered HTML. This extra div serves the same purpose as the manually inserted div of CollapsiblePanel. Since setting the height of an element with padding or margins to zero can still leave something visible, it is this wrapper div with no additional space that we actually attach to.

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

Syntax

C#
public class AccordionContentPanel : Panel, 
	IDataItemContainer, INamingContainer
Visual Basic (Declaration)
Public Class AccordionContentPanel _
	Inherits Panel _
	Implements IDataItemContainer, INamingContainer
Visual C++
public ref class AccordionContentPanel : public Panel, 
	IDataItemContainer, INamingContainer

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI.WebControls..::.WebControl
      System.Web.UI.WebControls..::.Panel
        AjaxControlToolkit..::.AccordionContentPanel

See Also