System.Web.UI.WebControls.RadioButtonList.RepeatLayout Property

Gets or sets a value that specifies whether the list will be rendered by using a table element, a ul element, an ol element, or a span element.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.RepeatLayout.Table)]
public virtual RepeatLayout RepeatLayout { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

For information about the available options, see the System.Web.UI.WebControls.RepeatLayout enumeration.

Note:

Two options are new as of ASP.NET 4: RepeatLayout.OrderedList and RepeatLayout.UnorderedList.

Some RadioButtonList.RepeatLayout settings do not allow horizontal layout. For more information, see the System.Web.UI.WebControls.RepeatLayout enumeration.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0