Back to Devexpress

DxListBox<TData, TValue> Events

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

latest1.5 KB
Original Source

DxListBox<TData, TValue> Events

A component that can connect to a data source and display a list of selectable items.

NameDescription
FilterCriteriaChangedFires when filter criteria applied to List Box data change.
ItemClickFires when a user clicks/taps a list box item or focuses it and presses Enter.
SearchTextChangedFires when the search text changes.
SelectedDataItemsChangedFires when selection changes.
SelectedItemsChangedObsolete. Fires after the selection changes.
ValueChangedAllows you to respond to the List Box’s selected value changes.
ValuesChangedFires after a collection of selected values changes.
ValuesChangingFires when the List Box’s selected values are being changed. Use this event to validate/cancel the newly selected values.

See Also

DxListBox<TData, TValue> Class

DxListBox<TData, TValue> Members

DevExpress.Blazor Namespace