aspnet-js-aspxclientdropdownedit.md
Represents a base for client editor objects realizing the dropdown editor functionality.
declare class ASPxClientDropDownEdit extends ASPxClientDropDownEditBase
This object is the base for the client-side ASPxClientComboBox and ASPxClientDateEdit objects.
In addition to the common functionality inherited from its ancestors, the ASPxClientDropDownEdit object allows you to respond to the dropdown window being invoked or closed (ASPxClientDropDownEditBase.DropDown, ASPxClientDropDownEditBase.CloseUp).
ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientDropDownEdit
See Also