Back to Devexpress

SpellCheckerOptions.LowerErrorLimit Property

officefileapi-devexpress-dot-xtrarichedit-dot-spellcheckeroptions-6c8a2bb7.md

latest2.0 KB
Original Source

SpellCheckerOptions.LowerErrorLimit Property

Gets or sets the number of misspelled words at which spell check is resumed after it has been stopped due to the high number of misspellings.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(1000)]
public int LowerErrorLimit { get; set; }
vb
<DefaultValue(1000)>
Public Property LowerErrorLimit As Integer

Property Value

TypeDefaultDescription
Int321000

An integer value that is the lower error limit.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to LowerErrorLimit
RichEditControlOptionsBase

.SpellChecker .LowerErrorLimit

|

Remarks

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

See Also

SpellCheckerOptions Class

SpellCheckerOptions Members

DevExpress.XtraRichEdit Namespace