ASPxClientDropDownEditBase.DropDown Event
In This Article
Occurs on the client-side when the drop down window is opened by the dropdown button click.
#Declaration
TypeScript
DropDown: ASPxClientEvent<ASPxClientEventHandler<ASPxClientDropDownEditBase>>
#Event Data
The DropDown event's data class is ASPxClientEventArgs.
#Remarks
The editors’ client-side functionality provides the capability to respond to actions made by end users. Each time the drop down window is opened by the dropdown button click, the DropDown event fires. This event can be handled to implement custom processing.
Note
The Drop
See Also