C# Class AjaxControlToolkit.Jasmine.Suites.TabsTests

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: DevExpress/AjaxControlToolkit

Protected Properties

Property Type Description
ActiveTabPanel global::AjaxControlToolkit.TabPanel
CustomTabContainer global::AjaxControlToolkit.TabContainer
DisabledTabPanel global::AjaxControlToolkit.TabPanel
TestTabContainer global::AjaxControlToolkit.TabContainer
ThirdTabPanel global::AjaxControlToolkit.TabPanel

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

ActiveTabPanel protected_oe property

ActiveTabPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TabPanel ActiveTabPanel
return global::AjaxControlToolkit.TabPanel

CustomTabContainer protected_oe property

CustomTabContainer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TabContainer CustomTabContainer
return global::AjaxControlToolkit.TabContainer

DisabledTabPanel protected_oe property

DisabledTabPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TabPanel DisabledTabPanel
return global::AjaxControlToolkit.TabPanel

TestTabContainer protected_oe property

TestTabContainer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TabContainer TestTabContainer
return global::AjaxControlToolkit.TabContainer

ThirdTabPanel protected_oe property

ThirdTabPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TabPanel ThirdTabPanel
return global::AjaxControlToolkit.TabPanel