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

Radio Button List

Choose language:





Options
v
v
+
-

The DevExpress ASP.NET Radio Button List (ASPxRadioButtonList) editor is a radio button group that allows end-users to select a single item at a time. 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 item selected within ASPxRadioButtonList can be determined by using specific properties declared at the editor level (SelectedItem, SelectedIndex). You can easily get and set the selected item on the client side using specific client methods (GetSelectedItem/SetSelectedItem, GetSelectedIndex/SetSelectedIndex).

The ASPxRadioButtonList layout can be flexibly customized. You can display radio button items in several columns (via the RepeatColumns property), 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 property).

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