Table of Contents

Class AccordionPane

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class AccordionPane : WebControl
Inheritance
AccordionPane

Constructors

AccordionPane()

public AccordionPane()

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

Controls

public override ControlCollection Controls { get; }

Property Value

ControlCollection

Header

[Browsable(false)]
public virtual ITemplate Header { get; set; }

Property Value

ITemplate

HeaderContainer

[Browsable(false)]
public AccordionContentPanel HeaderContainer { get; }

Property Value

AccordionContentPanel

HeaderCssClass

[Browsable(true)]
public string HeaderCssClass { get; set; }

Property Value

string

Methods

CreateChildControls()

protected override void CreateChildControls()

FindControl(string)

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