Skip to main content

OptionsSpellingBase.IgnoreUpperCaseWords Property

Gets or sets whether the spell checker ignores words in which all letters are uppercase.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

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

#Property Value

Type Default Description
DefaultBoolean

Default

A DefaultBoolean enumeration value specifying whether the words in which all letters are uppercase should be checked.

#Property Paths

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

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

#Remarks

When this property is set to DefaultBoolean.True, the spell checker does not check words constructed from uppercase letters, like "DX " or "FBI".

See Also