C# Class AjaxControlToolkit.Jasmine.Suites.DropDownTests

Show file Open project: DevExpress/AjaxControlToolkit

Protected Properties

Property Type Description
Option1 global::System.Web.UI.WebControls.LinkButton
Option2 global::System.Web.UI.WebControls.LinkButton
Option3 global::System.Web.UI.WebControls.LinkButton
TargetExtender global::AjaxControlToolkit.DropDownExtender
TestDropPanel global::System.Web.UI.WebControls.Panel
TestLabel global::System.Web.UI.WebControls.Label

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 EventArgs
return void

Property Details

Option1 protected property

Option1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton Option1
return global::System.Web.UI.WebControls.LinkButton

Option2 protected property

Option2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton Option2
return global::System.Web.UI.WebControls.LinkButton

Option3 protected property

Option3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton Option3
return global::System.Web.UI.WebControls.LinkButton

TargetExtender protected property

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

TestDropPanel protected property

TestDropPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel TestDropPanel
return global::System.Web.UI.WebControls.Panel

TestLabel protected property

TestLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label TestLabel
return global::System.Web.UI.WebControls.Label