List Box
The ASPxListBox control displays a list of items that users can select.
The ASPxListBox class implements the control on the server and the ASPxClientListBox class implements it on the client.
#Features
Bind to Data (More details | See demo)
The ASPxListBox allows you to bind it to a data source.
Item Load Modes (More details)
The ASPxListBox supports the following item load modes: Default, On-Demand, and Dynamic.
Multiple Selection (More details | See demo)
The ASPxListBox allows users to select multiple list items.
Filtering (More details | See demo)
The ASPxListBox can filter data while a user types the filter string in the filter editor.
Multi-Column Mode (More details | See demo)
You can display data in multiple columns when the editor is in data-bound mode.
Item Appearance Customization (More details | See demo)
The ASPxListBox allows you to customize item appearance.
Built-in Validation (More details | See demo)
The ASPxListBox supports the client-side and server-side validation.