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

ASPxSpellCheckerSpellingSettings.IgnoreWordsWithNumber Property

Gets or sets whether the spell checker skips words that contain numbers during checking.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

[DefaultValue(true)]
public virtual bool IgnoreWordsWithNumber { get; set; }

Property Value

Type Default Description
Boolean **true**

true to ignore words with numbers; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to IgnoreWordsWithNumber
ASPxHtmlEditorSpellCheckerSettings
.SettingsSpelling.IgnoreWordsWithNumber
ASPxSpellChecker
.SettingsSpelling.IgnoreWordsWithNumber
MVCxHtmlEditorSpellChecker
.SettingsSpelling.IgnoreWordsWithNumber
MVCxSpellChecker
.SettingsSpelling.IgnoreWordsWithNumber
SpellCheckerSettings
.SettingsSpelling.IgnoreWordsWithNumber

Remarks

When this property is set to true, the spell checker does not check words containing numbers, like “a12b34c56 “.

The following code snippets (auto-collected from DevExpress Examples) contain references to the IgnoreWordsWithNumber property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also