Skip to main content
A newer version of this page is available. .

SpellingSettings.IgnoreMixedCaseWords Attached 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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.SpellChecker, DevExpress.Wpf.RichEdit, DevExpress.Wpf.SpellChecker

Declaration

Returns

Type Description
DefaultBoolean

A DefaultBoolean enumeration value specifying whether the mixed case words should be checked.

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