C# Class AjaxControlToolkit.Accordion

Inheritance: System.Web.UI.WebControls.WebControl
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
ClearPanes void
ConnectToDataSourceView System.Web.UI.DataSourceView
CreateItem void
DoSelect void
OnPagePreLoad void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Accordion() public méthode

public Accordion ( ) : System
Résultat System

CreateChildControls() protected méthode

protected CreateChildControls ( ) : void
Résultat void

CreateControlHierarchy() protected méthode

protected CreateControlHierarchy ( bool useDataSource ) : void
useDataSource bool
Résultat void

CreateDataSourceSelectArguments() protected méthode

protected CreateDataSourceSelectArguments ( ) : System.Web.UI.DataSourceSelectArguments
Résultat System.Web.UI.DataSourceSelectArguments

DataBind() public méthode

Bind the Accordion to its DataSource
public DataBind ( ) : void
Résultat void

EnsureDataBound() protected méthode

protected EnsureDataBound ( ) : void
Résultat void

FindControl() public méthode

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
Résultat System.Web.UI.Control

GetData() protected méthode

protected GetData ( ) : IEnumerable
Résultat IEnumerable

OnBubbleEvent() protected méthode

protected OnBubbleEvent ( object source, EventArgs args ) : bool
source object
args System.EventArgs
Résultat bool

OnDataBinding() protected méthode

protected OnDataBinding ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDataPropertyChanged() protected méthode

protected OnDataPropertyChanged ( ) : void
Résultat void

OnDataSourceViewChanged() protected méthode

protected OnDataSourceViewChanged ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnItemCommand() protected méthode

protected OnItemCommand ( AccordionCommandEventArgs args ) : void
args AccordionCommandEventArgs
Résultat void

OnItemCreated() protected méthode

protected OnItemCreated ( AccordionItemEventArgs args ) : void
args AccordionItemEventArgs
Résultat void

OnItemDataBound() protected méthode

protected OnItemDataBound ( AccordionItemEventArgs args ) : void
args AccordionItemEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void