System.Web.UI.WebControls.CheckBoxList.RepeatColumns Property

Gets or sets the number of columns to display in the System.Web.UI.WebControls.CheckBoxList 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 CheckBoxList.RepeatLayout property is set to RepeatLayout.Table, you can use this property to specify the number of columns that display in the System.Web.UI.WebControls.CheckBoxList control. If this property is not set, the System.Web.UI.WebControls.CheckBoxList control displays all list items 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