MaxSuggestCount Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of suggested search terms.

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

Syntax

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

Field Value

Maximum number of suggested search terms. The default value is 10.

Remarks

Use this property to set the maximum number of suggested search terms.

See Also