OptionsSpellingBase.IgnoreMixedCaseWords Property
In This Article
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 |
---|---|---|
Default |
Default |
A Default |
#Property Paths
You can access the OptionsSpellingBase.IgnoreMixedCaseWords property from the following objects:
Object Type | Path to Ignore |
---|---|
Spell |
|
Spell |
|
Spell |
|
#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.
#Implements
See Also