Skip to main content

DxComboBox<TData, TValue> Events

A text box editor with an integrated multi-column dropdown list that supports item filtering and virtual scrolling.
Name Description
DropDownVisibleChanged Fires when an editor’s drop-down window visibility 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