Back to Devexpress

SpellCheckerOptions.ClearErrorsAfterLimitExceeded Property

officefileapi-devexpress-dot-xtrarichedit-dot-spellcheckeroptions-1963281e.md

latest2.2 KB
Original Source

SpellCheckerOptions.ClearErrorsAfterLimitExceeded Property

Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
public bool ClearErrorsAfterLimitExceeded { get; set; }
vb
<DefaultValue(True)>
Public Property ClearErrorsAfterLimitExceeded As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to clear the list of the found misspelled words; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ClearErrorsAfterLimitExceeded
RichEditControlOptionsBase

.SpellChecker .ClearErrorsAfterLimitExceeded

|

Remarks

If the ClearErrorsAfterLimitExceeded is set to true , the spell check stops when the number of misspellings exceeds the SpellCheckerOptions.UpperErrorLimit and resumes when the number of misspellings falls to the SpellCheckerOptions.LowerErrorLimit value.

See Also

SpellCheckerOptions Class

SpellCheckerOptions Members

DevExpress.XtraRichEdit Namespace