SuggestBoxWidth Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the width of the suggest box.

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

Syntax

C#
public Unit SuggestBoxWidth { get; set; }
Visual Basic
Public Property SuggestBoxWidth As Unit
	Get
	Set
Visual C++
public:
property Unit SuggestBoxWidth {
	Unit get ();
	void set (Unit value);
}

Field Value

Width of the suggest box.

Remarks

Use this property to set the width of the suggest box.

See Also