RadioButtonList.RepeatColumns Property
.NET Framework 3.0
Gets or sets the number of columns to display in the RadioButtonList control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_RepeatColumns () /** @property */ public void set_RepeatColumns (int value)
public function get RepeatColumns () : int public function set RepeatColumns (value : int)
Not applicable.
Property Value
The number of columns to display in the RadioButtonList. The default is 0, which indicates that this property is not set.Community Additions
ADD
Show: