DisplaySuggest Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether suggested search terms are displayed while typing.

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

Syntax

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

Field Value

true if suggested search terms are displayed while typing; otherwise, false. The default value is false.

Remarks

Use this property to display suggested search terms while typing.

See Also