Skip to main content
A newer version of this page is available. .

ASPxSpellCheckerTextSettings.NoSuggestionsText Property

Gets or sets the text message informing the user that no words are found for replacement.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

[DefaultValue("(No Suggestions)")]
public string NoSuggestionsText { get; set; }

Property Value

Type Default Description
String "(No Suggestions)"

A string, containing the message’s text.

Property Paths

You can access this nested property as listed below:

Object Type Path to NoSuggestionsText
ASPxHtmlEditorSpellCheckerSettings
.SettingsText.NoSuggestionsText
ASPxSpellChecker
.SettingsText.NoSuggestionsText
MVCxHtmlEditorSpellChecker
.SettingsText.NoSuggestionsText
MVCxSpellChecker
.SettingsText.NoSuggestionsText
SpellCheckerSettings
.SettingsText.NoSuggestionsText
See Also