Skip to main content

OptionsSpellingBase.IgnoreMixedCaseWords Property

Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.Default)]
public virtual DefaultBoolean IgnoreMixedCaseWords { get; set; }

#Property Value

Type Default Description
DefaultBoolean

Default

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

#Property Paths

You can access the OptionsSpellingBase.IgnoreMixedCaseWords property from the following objects:

Object Type Path to IgnoreMixedCaseWords
SpellChecker
.OptionsSpelling.IgnoreMixedCaseWords
SpellChecker
.OptionsSpelling.IgnoreMixedCaseWords
SpellCheckerBase
.OptionsSpelling.IgnoreMixedCaseWords

#Remarks

The words that contain both upper and lower case letters in positions other than the first, for example, "DevExpress", can be excluded from the spell check by setting the IgnoreMixedCaseWords property to DefaultBoolean.True.

See Also