Back to Devexpress

ASPxClientDropDownEdit Class

aspnet-js-aspxclientdropdownedit.md

latest1.4 KB
Original Source

ASPxClientDropDownEdit Class

Represents a base for client editor objects realizing the dropdown editor functionality.

Declaration

ts
declare class ASPxClientDropDownEdit extends ASPxClientDropDownEditBase

Remarks

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).

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientTextEdit ASPxClientTextBoxBase ASPxClientButtonEditBase ASPxClientDropDownEditBase ASPxClientDropDownEdit

See Also

ASPxDropDownEdit

Drop-Down Editor

ASPxClientDropDownEdit Members