London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DropDownExtender

Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[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

DropDownExtender()

Declaration
public DropDownExtender()

Properties

DropArrowBackColor

Declaration
[ExtenderControlProperty]
[ClientPropertyName("dropArrowBackgroundColor")]
public Color DropArrowBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color

DropArrowImageUrl

Declaration
[ExtenderControlProperty]
[ClientPropertyName("dropArrowImageUrl")]
public string DropArrowImageUrl { get; set; }
Property Value
Type Description
System.String

DropArrowWidth

Declaration
[ClientPropertyName("dropArrowWidth")]
[ExtenderControlProperty]
public Unit DropArrowWidth { get; set; }
Property Value
Type Description
System.Web.UI.WebControls.Unit

DropDownControlID

Declaration
[ClientPropertyName("dropDownControl")]
[ExtenderControlProperty]
[ElementReference]
public string DropDownControlID { get; set; }
Property Value
Type Description
System.String

HighlightBackColor

Declaration
[ClientPropertyName("highlightBackgroundColor")]
[ExtenderControlProperty]
public Color HighlightBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color

HighlightBorderColor

Declaration
[ClientPropertyName("highlightBorderColor")]
[ExtenderControlProperty]
public Color HighlightBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color

OnClientPopulated

Declaration
[ClientPropertyName("populated")]
[ExtenderControlEvent]
public string OnClientPopulated { get; set; }
Property Value
Type Description
System.String

OnClientPopulating

Declaration
[ExtenderControlEvent]
[ClientPropertyName("populating")]
public string OnClientPopulating { get; set; }
Property Value
Type Description
System.String

OnClientPopup

Declaration
[ExtenderControlEvent]
[ClientPropertyName("popup")]
public string OnClientPopup { get; set; }
Property Value
Type Description
System.String

OnHide

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onHide")]
public Animation OnHide { get; set; }
Property Value
Type Description
Animation

OnShow

Declaration
[ExtenderControlProperty]
[ClientPropertyName("onShow")]
public Animation OnShow { get; set; }
Property Value
Type Description
Animation

Methods

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e
Overrides

Implements