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

DxComboBox<TData, TValue> Events
Show Inherited Hide Inherited

A text editor that allows users to select predefined items from the drop-down list or type custom values.
Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownListEditorBase<TData, TValue>.
SelectedDataItemChanged Fires when the ComboBox’s selected item is changed.
SelectedItemChanged Fires when the ComboBox’s selected item is changed.
TextChanged Allows you to react to the ComboBox editor’s text changes.
ValueChanged Fires when the ComboBox’s selected value changes.
See Also