Back to Devexpress

SpellCheckerBase<T>.IgnoreWordsWithNumbers Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-d5aed2ec.md

latest1.4 KB
Original Source

SpellCheckerBase<T>.IgnoreWordsWithNumbers Property

Gets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public bool IgnoreWordsWithNumbers { get; set; }
vb
Public Property IgnoreWordsWithNumbers As Boolean

Property Value

TypeDescription
Boolean

true, to skip words containing numbers; otherwise, false.

|

Remarks

With the IgnoreWordsWithNumbers property set to true , the spell checker does not check words containing numbers, like “a12b34c56”.

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace