Easy Tutorial
❮ Aspnet Navigation Prop Webcontrol Standard Font ❯

ASP.NET CheckBoxList CellSpacing Property



Definition and Usage

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

Note: This function is only effective when RepeatLayout 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 CheckBoxList control:


❮ Aspnet Navigation Prop Webcontrol Standard Font ❯