Class DropDownExtender
Inheritance
System.Object
DropDownExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(AnimationExtender))]
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(PopupExtender))]
[RequiredScript(typeof(HoverExtender))]
[ClientScriptResource("AjaxControlToolkit.DropDownBehavior", "AjaxControlToolkit.DropDown.DropDownBehavior.js")]
[ClientCssResource("AjaxControlToolkit.DropDown.DropDown.css")]
public class DropDownExtender : DynamicPopulateExtenderControlBase, IControlResolver
Constructors
Declaration
public DropDownExtender()
Properties
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dropArrowBackgroundColor")]
public Color DropArrowBackColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("dropArrowImageUrl")]
public string DropArrowImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("dropArrowWidth")]
[ExtenderControlProperty]
public Unit DropArrowWidth { get; set; }
Property Value
Type |
Description |
System.Web.UI.WebControls.Unit |
|
Declaration
[ClientPropertyName("dropDownControl")]
[ExtenderControlProperty]
[ElementReference]
public string DropDownControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("highlightBackgroundColor")]
[ExtenderControlProperty]
public Color HighlightBackColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
[ClientPropertyName("highlightBorderColor")]
[ExtenderControlProperty]
public Color HighlightBorderColor { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
[ClientPropertyName("populated")]
[ExtenderControlEvent]
public string OnClientPopulated { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("populating")]
public string OnClientPopulating { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("popup")]
public string OnClientPopup { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Methods
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Overrides
Implements