Back to Devexpress

SpellCheckerBase<T>.IgnoreMixedCaseWords Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-8b15da0e.md

latest1.5 KB
Original Source

SpellCheckerBase<T>.IgnoreMixedCaseWords Property

Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. 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 IgnoreMixedCaseWords { get; set; }
vb
Public Property IgnoreMixedCaseWords As Boolean

Property Value

TypeDescription
Boolean

true, if the spell checker should not check words in mixed case; otherwise, false.

|

Remarks

The words that contain both upper and lower case letters in positions other than the first, for example, “DevExpress”, can be excluded from spelling check by setting the IgnoreMixedCaseWords property to true.

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace