Easy Tutorial
❮ Prop Webcontrol Imagebutton Onclientclick Prop Webcontrol Textbox Autocompletetype ❯

ASP.NET RadioButtonList RepeatDirection Property



Definition and Usage

The RepeatDirection property is used to get or set whether the items in the RadioButtonList are displayed vertically or horizontally.

Syntax

Property Description
mode Specifies the layout direction of the items in the RadioButtonList. Possible values: Horizontal - Items are displayed horizontally<br> Vertical - Default. Items are displayed vertically

Example

The following example sets the RepeatDirection of the RadioButtonList control:


❮ Prop Webcontrol Imagebutton Onclientclick Prop Webcontrol Textbox Autocompletetype ❯