Back to Devexpress

SpellCheckerBase<T>.IgnoreRepeatedWords Property

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellcheckerbase-1-01d51006.md

latest1.4 KB
Original Source

SpellCheckerBase<T>.IgnoreRepeatedWords Property

Gets or sets whether the spell checker ignores repeated words. This is a dependency property.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public bool IgnoreRepeatedWords { get; set; }
vb
Public Property IgnoreRepeatedWords As Boolean

Property Value

TypeDescription
Boolean

true, to signalize about repeated words; otherwise, false.

|

Remarks

When the IgnoreRepeatedWords property is set to true , the check for repeated words is disabled, so constructions like “meow meow” become legitimate.

See Also

SpellCheckerBase<T> Class

SpellCheckerBase<T> Members

DevExpress.Xpf.SpellChecker Namespace