RepeatColumns Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the number of columns to display in the RadioButtonList control.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public override int RepeatColumns { get; set; }
Visual Basic
Public Overrides Property RepeatColumns As Integer
	Get
	Set
Visual C++
public:
virtual property int RepeatColumns {
	int get () override;
	void set (int value) override;
}

Field Value

The number of columns to display in the RadioButtonList control. The default is 0, which indicates that this property is not set.

Remarks

Use this property to specify the number of columns that display items in the RadioButtonList control. If this property is not set, the RadioButtonList control will display all items in the list in a single column.

See Also