Back to Devexpress

DxComboBox<TData, TValue> Events

blazor-devexpress-dot-blazor-dot-dxcombobox-2-dot-underscore-events.md

latest1.6 KB
Original Source

DxComboBox<TData, TValue> Events

A text editor that allows users to select predefined items from the drop-down list or type custom values.

NameDescription
DropDownVisibleChangedFires when an editor’s drop-down window visibility is changed. Inherited from DxDropDownListEditorBase<TData, TValue>.
SelectedDataItemChangedFires when the ComboBox’s selected item is changed.
SelectedItemChangedObsolete. Fires when the ComboBox’s selected item is changed.
TextChangedAllows you to react to the ComboBox editor’s text changes.
TextChangingFires when the ComboBox editor’s text is being modified. Use this event to validate/cancel user input or item selection.
ValueChangedFires after the ComboBox’s selected value changed.
ValueChangingFires when the ComboBox’s selected value is being modified. Use this event to validate/cancel item selection.

See Also

DxComboBox<TData, TValue> Class

DxComboBox<TData, TValue> Members

DevExpress.Blazor Namespace