Easy Tutorial
❮ Prop Webcontrol Calendarday Isselected Prop Webcontrol Hyperlink Target ❯

ASP.NET RadioButtonList RepeatLayout Property



Definition and Usage

The RepeatLayout property is used to get or set how the items in the RadioButtonList are displayed.

Syntax

Property Description
mode Specifies the layout of items in the RadioButtonList. Possible values: Flow - Items are not displayed in a table<br> Table - Default. Items are displayed in a table

Example

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


❮ Prop Webcontrol Calendarday Isselected Prop Webcontrol Hyperlink Target ❯