Skip to main content

SpellingErrorLimitExceededEventArgs.ClearErrors Property

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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