C# Class AjaxControlToolkit.AccordionPane

Inheritance: System.Web.UI.WebControls.WebControl
Show file Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FindControl ( string id ) : Control
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

FindControl() public method

public FindControl ( string id ) : Control
id string
return System.Web.UI.Control

RenderBeginTag() public method

public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderEndTag() public method

public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void