RepeatDirection Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the direction that the radio buttons within the group are displayed.

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

Syntax

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

Field Value

One of the RepeatDirection values. The default is Horizontal.

Remarks

Use this property to specify the display direction of the RadioButtonList control.

See Also