SpellingSettings.IgnoreMixedCaseWords Attached Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.SpellChecker
#Declaration
See GetIgnoreMixedCaseWords(DependencyObject) and SetIgnoreMixedCaseWords(DependencyObject, DefaultBoolean).
#Returns
Type | Description |
---|---|
Default |
A Default |
#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 DefaultBoolean.True.
See Also