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

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.v18.2.dll

Declaration

public bool IgnoreMixedCaseWords { get; set; }

Property Value

Type Description
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