C# 클래스 AjaxControlToolkit.Accordion

상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearPanes void
ConnectToDataSourceView System.Web.UI.DataSourceView
CreateItem void
DoSelect void
OnPagePreLoad void

공개 메소드들

메소드 설명
Accordion ( ) : System
DataBind ( ) : void

Bind the Accordion to its DataSource

FindControl ( string id ) : Control

Override FindControl to look first at this control, then check each of its child AccordionPanes for the control

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
CreateControlHierarchy ( bool useDataSource ) : void
CreateDataSourceSelectArguments ( ) : System.Web.UI.DataSourceSelectArguments
EnsureDataBound ( ) : void
GetData ( ) : IEnumerable
OnBubbleEvent ( object source, EventArgs args ) : bool
OnDataBinding ( EventArgs e ) : void
OnDataPropertyChanged ( ) : void
OnDataSourceViewChanged ( object sender, EventArgs args ) : void
OnInit ( EventArgs e ) : void
OnItemCommand ( AccordionCommandEventArgs args ) : void
OnItemCreated ( AccordionItemEventArgs args ) : void
OnItemDataBound ( AccordionItemEventArgs args ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ClearPanes ( ) : void
ConnectToDataSourceView ( ) : System.Web.UI.DataSourceView
CreateItem ( object dataItem, int index, AccordionItemType itemType, AccordionContentPanel container, ITemplate template, bool dataBind ) : void
DoSelect ( IEnumerable data ) : void
OnPagePreLoad ( object sender, EventArgs e ) : void

메소드 상세

Accordion() 공개 메소드

public Accordion ( ) : System
리턴 System

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

CreateControlHierarchy() 보호된 메소드

protected CreateControlHierarchy ( bool useDataSource ) : void
useDataSource bool
리턴 void

CreateDataSourceSelectArguments() 보호된 메소드

protected CreateDataSourceSelectArguments ( ) : System.Web.UI.DataSourceSelectArguments
리턴 System.Web.UI.DataSourceSelectArguments

DataBind() 공개 메소드

Bind the Accordion to its DataSource
public DataBind ( ) : void
리턴 void

EnsureDataBound() 보호된 메소드

protected EnsureDataBound ( ) : void
리턴 void

FindControl() 공개 메소드

Override FindControl to look first at this control, then check each of its child AccordionPanes for the control
public FindControl ( string id ) : Control
id string ID of the control to find
리턴 System.Web.UI.Control

GetData() 보호된 메소드

protected GetData ( ) : IEnumerable
리턴 IEnumerable

OnBubbleEvent() 보호된 메소드

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args System.EventArgs
리턴 bool

OnDataBinding() 보호된 메소드

protected OnDataBinding ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDataPropertyChanged() 보호된 메소드

protected OnDataPropertyChanged ( ) : void
리턴 void

OnDataSourceViewChanged() 보호된 메소드

protected OnDataSourceViewChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnItemCommand() 보호된 메소드

protected OnItemCommand ( AccordionCommandEventArgs args ) : void
args AccordionCommandEventArgs
리턴 void

OnItemCreated() 보호된 메소드

protected OnItemCreated ( AccordionItemEventArgs args ) : void
args AccordionItemEventArgs
리턴 void

OnItemDataBound() 보호된 메소드

protected OnItemDataBound ( AccordionItemEventArgs args ) : void
args AccordionItemEventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void