DxSearchBox Events
A single-line editor that allows users to input text and search for it in your application.| Name | Description |
|---|---|
| TextChanged | Fires after the editor text changed. |
| TextChanging | Fires when a user is changing text in the editor. Use this event to validate/cancel user input. |
See Also