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

DxListBox<TData, TValue> Events

A component that can connect to a data source and display a list of selectable items.
Name Description
FilterCriteriaChanged Fires when filter criteria applied to List Box data change.
SearchTextChanged Fires when the search text changes.
SelectedDataItemsChanged Fires when selection changes.
SelectedItemsChanged Fires after the selection changes.
ValueChanged Allows you to respond to the List Box’s selected value changes.
ValuesChanged Fires after a collection of selected values changes.
See Also