Skip to main content

ASPxClientDropDownEdit Class

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

Declaration

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

See Also