UltimateSearch Class Library

UltimateSearchInput.DisplaySuggest Property

Gets or sets a value that indicates whether suggested search terms are displayed while typing.

[Visual Basic]
Public Property DisplaySuggest As Boolean
[C#]
public bool DisplaySuggest {get; set;}

Property 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

UltimateSearchInput Class | Karamasoft.WebControls.UltimateSearch Namespace