SpellingErrorLimitExceededEventArgs.ClearErrors Property
Gets or sets whether to clear the list of found errors.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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