Gets or sets the formatted text displayed for spell check suggestions.
Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string SpellSuggestFormat { get; set; } |
| Visual Basic |
|---|
Public Property SpellSuggestFormat As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ SpellSuggestFormat {
String^ get ();
void set (String^ value);
} |
Field Value
Formatted text displayed for spell check suggestions. The default value is
<span style=\"color:#ff0000\">Did you mean:</span> <b>[SpellSuggest]</b>.
Remarks
See Also