UltimateSearch Class Library

UltimateSearchOutput.SpellCheck Property

Gets or sets a value that indicates whether to spell check the search terms using UltimateSpell.

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

Property Value

true if the search terms are spell checked using UltimateSpell; otherwise, false. The default value is false.

Remarks

Use this property to spell check the search terms using UltimateSpell.

See Also

UltimateSearchOutput Class | Karamasoft.WebControls.UltimateSearch Namespace