Skip to main content

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.v23.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 MVC Extensions SpellCheckerSettings
.SettingsText .NoSuggestionsText
ASP.NET Web Forms Controls ASPxHtmlEditorSpellCheckerSettings
.SettingsText .NoSuggestionsText
ASPxSpellChecker
.SettingsText .NoSuggestionsText
See Also