Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Check Box List

Select the languages ​​you've worked with:





Options
v
v
+
-

The DevExpress ASP.NET Check Box List (ASPxCheckBoxList) editor is a check box group that allows end-users to select multiple items. Its contents can be generated dynamically by binding the editor to a data source. You can also create items explicitly by populating the Items collection manually. For each list item, you can specify its caption and associated value.

The items selected within ASPxCheckBoxList can be determined by using specific properties declared at the editor level (SelectedItems, SelectedIndicies, SelectedValues). You can easily select/unselect all editor items using the SelectAll/UnselectAll methods that are available on both the server and client sides.

The ASPxCheckBoxList layout can be flexibly customized. You can display check box items in several columns (via the RepeatColumns), set the direction of items within the editor (horizontal or vertical, via the RepeatDirection property), and specify whether items are aligned within a table or rendered without any table structure (via the RepeatLayout).

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxEditorsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxEditorsDemos