Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpellingErrorLimitExceededEventArgs.ClearErrors Property

Gets or sets whether to clear the list of found errors.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool ClearErrors { get; set; }

Property Value

Type Description
Boolean

True, to clear the list of errors and remove underline highlighting; otherwise, false.

Remarks

Note

The initial setting of the ClearErrors property is determined by the SpellCheckerOptions.ClearErrorsAfterLimitExceeded option.

See Also