Easy Tutorial
❮ Prop Webcontrol Style Backcolor Webpages Razor ❯

ASP.NET RadioButtonList RepeatColumns Property



Definition and Usage

The RepeatColumns property is used to get or set the number of columns used when displaying the radio button list.

Syntax

Property Description
num Specifies the number of columns to display. The default is "1".

Example

The following example sets the RepeatColumns property of the RadioButtonList control to "2":


❮ Prop Webcontrol Style Backcolor Webpages Razor ❯