Skip to main content

OptionsSpellingBase.IgnoreRepeatedWords Property

Gets or sets whether the spell checker ignores repeated words.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

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

#Property Value

Type Default Description
DefaultBoolean

Default

A DefaultBoolean enumeration value specifying whether the text should be checked for repeated words.

#Property Paths

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

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

#Remarks

When this property is set to DefaultBoolean.True, the check for repeated words is disabled, so constructions like "meow meow" become legitimate.

See Also