Back to Devexpress

IOptionsSpellings.IgnoreRepeatedWords Property

corelibraries-devexpress-dot-xtraspellchecker-dot-ioptionsspellings-039b25a1.md

latest1.5 KB
Original Source

IOptionsSpellings.IgnoreRepeatedWords Property

Gets or sets whether the spell checker ignores repeated words.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
DefaultBoolean IgnoreRepeatedWords { get; set; }
vb
Property IgnoreRepeatedWords As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

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

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

IOptionsSpellings Interface

IOptionsSpellings Members

DevExpress.XtraSpellChecker Namespace