Easy Tutorial
❮ Control Htmltablerow Home ❯

ASP.NET RadioButtonList CellPadding Property



Definition and Usage

The CellPadding property is used to set or return the number of pixels between the cell border and the content.

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

Syntax

Property Description
pixels Specifies the number of pixels between the cell border and the content.

Example

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


❮ Control Htmltablerow Home ❯