System.Web.UI.WebControls.RadioButtonList.RepeatColumns Property

Gets or sets the number of columns to display in the System.Web.UI.WebControls.RadioButtonList control.

Syntax

[System.ComponentModel.DefaultValue(0)]
public virtual int RepeatColumns { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the RadioButtonList.RepeatLayout property is set to RepeatLayout.Table, you can use this property to specify the number of columns that display items in the System.Web.UI.WebControls.RadioButtonList control. If this property is not set, the System.Web.UI.WebControls.RadioButtonList control displays all items in the list in a single column.

Requirements

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