C# Class AjaxControlToolkit.Jasmine.Suites.DropDownTests

ファイルを表示 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_oe 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_oe 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_oe 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_oe 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_oe 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_oe 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