Class AccordionPane
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class AccordionPane : WebControl
- Inheritance
-
AccordionPane
Constructors
Properties
Content
[Browsable(false)]
public virtual ITemplate Content { get; set; }
Property Value
- ITemplate
ContentContainer
[Browsable(false)]
public AccordionContentPanel ContentContainer { get; }
Property Value
- AccordionContentPanel
ContentCssClass
[Browsable(true)]
public string ContentCssClass { get; set; }
Property Value
- string
public override ControlCollection Controls { get; }
Property Value
- ControlCollection
[Browsable(false)]
public virtual ITemplate Header { get; set; }
Property Value
- ITemplate
[Browsable(false)]
public AccordionContentPanel HeaderContainer { get; }
Property Value
- AccordionContentPanel
[Browsable(true)]
public string HeaderCssClass { get; set; }
Property Value
- string
Methods
protected override void CreateChildControls()
public override Control FindControl(string id)
Parameters
id
string
Returns
- Control
RenderBeginTag(HtmlTextWriter)
public override void RenderBeginTag(HtmlTextWriter writer)
Parameters
writer
HtmlTextWriter
RenderEndTag(HtmlTextWriter)
public override void RenderEndTag(HtmlTextWriter writer)
Parameters
writer
HtmlTextWriter