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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxHtmlEditorSpellCheckerSettings |
|
ASPxSpellChecker |
|
|
ASP.NET MVC Extensions | SpellCheckerSettings |
|
See Also