DxListBox<TData, TValue> Events
A component that can connect to a data source and display a list of selectable items.
Name | Description |
---|---|
Filter |
Fires when filter criteria applied to List Box data change. |
Search |
Fires when the search text changes. |
Selected |
Fires when selection changes. |
Selected |
Fires after the selection changes. |
Value |
Allows you to respond to the List Box’s selected value changes. |
Values |
Fires after a collection of selected values changes. |