Skip to main content

OptionsSpellingBase.IgnoreWordsWithNumbers Property

Gets or sets whether the spell checker ignores words that contain numbers.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean IgnoreWordsWithNumbers { get; set; }

#Property Value

Type Default Description
DefaultBoolean

Default

A DefaultBoolean enumeration value specifying whether words which contain numbers should be checked.

#Property Paths

You can access the OptionsSpellingBase.IgnoreWordsWithNumbers property from the following objects:

Object Type Path to IgnoreWordsWithNumbers
SpellChecker
.OptionsSpelling.IgnoreWordsWithNumbers
SpellChecker
.OptionsSpelling.IgnoreWordsWithNumbers
SpellCheckerBase
.OptionsSpelling.IgnoreWordsWithNumbers

#Remarks

When this property is set to DefaultBoolean.True, the spell checker does not check words containing numbers, like "a12b34c56 ".

See Also