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.v20.2.dll

NuGet Package: DevExpress.Web

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:

Library Object Type Path to NoSuggestionsText
ASP.NET Controls and MVC Extensions ASPxHtmlEditorSpellCheckerSettings
.SettingsText .NoSuggestionsText
ASPxSpellChecker
.SettingsText .NoSuggestionsText
ASP.NET MVC Extensions MVCxHtmlEditorSpellChecker
.SettingsText .NoSuggestionsText
MVCxSpellChecker
.SettingsText .NoSuggestionsText
SpellCheckerSettings
.SettingsText .NoSuggestionsText
See Also