Easy Tutorial
❮ Razor Cs Loops Prop Webcontrol Checkbox Checked ❯

ASP.NET RadioButtonList CellSpacing Property



Definition and Usage

The CellSpacing property is used to get or set the number of pixels between the table cells in a RadioButtonList.

Note: This function is only effective when the RepeatLayout property is set to "Table" (default).

Syntax

Property Description
pixels Specifies the number of pixels between the table cells.

Example

The following example sets the CellSpacing property of the RadioButtonList control:


❮ Razor Cs Loops Prop Webcontrol Checkbox Checked ❯