ASPxClientDropDownEditBase.HideDropDown Method
In This Article
Closes the opened drop down window of the editor.
#Declaration
TypeScript
HideDropDown(): void
#Remarks
Use the ASPxClientDropDownEditBase.ShowDropDown method to invoke the drop down window on the client side.
See Also