Skip to main content

ASPxClientDropDownEditBase.DropDown Event

Occurs on the client-side when the drop down window is opened by the dropdown button click.

Declaration

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 DropDown event is not fired if the drop down window is opened using the ASPxClientDropDownEditBase.ShowDropDown method.

View Example: How to load items on a callback

See Also