Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxDropDown Events

A control that displays a drop-down window with custom content.
Name Description
Closed Fires after the drop-down window is closed.
Closing Fires before the drop-down window is closed.
Disposed Fires after the drop-down window is disposed.
Initialized Fires after the drop-down window is initialized.
IsOpenChanged Fires when the DropDown opens or closes.
ResizeCompleted Fires after the DropDown is resized.
ResizeStarted Fires when a user starts to resize the DropDown.
Showing Fires before the drop-down window is displayed.
Shown Fires after the drop-down window is displayed.
See Also