Back to Devexpress

IOptionsSpellings.IgnoreWordsWithNumbers Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ioptionsspellings-95d9bed6.md

latest1.5 KB
Original Source

IOptionsSpellings.IgnoreWordsWithNumbers Property

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

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
DefaultBoolean IgnoreWordsWithNumbers { get; set; }
vb
Property IgnoreWordsWithNumbers As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

IOptionsSpellings Interface

IOptionsSpellings Members

DevExpress.XtraSpellChecker Namespace