Back to Devexpress

SpellCheckerBase<T>.IgnoreUpperCaseWords Property

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

latest1.4 KB
Original Source

SpellCheckerBase<T>.IgnoreUpperCaseWords Property

Gets or sets whether the spell checker ignores words in which all letters are uppercase. 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 IgnoreUpperCaseWords { get; set; }
vb
Public Property IgnoreUpperCaseWords As Boolean

Property Value

TypeDescription
Boolean

true, to ignore words in upper case; otherwise, false.

|

Remarks

When the IgnoreUpperCaseWords property is set to true , the spell checker does not check words constructed from uppercase letters, like “DX “ or “FBI”.

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace