SpellingErrorLimitExceededEventArgs.Handled Property
Gets or sets whether the SpellingErrorLimitExceededEventArgs.ClearErrors property value should be used instead of the SpellCheckerOptions.ClearErrorsAfterLimitExceeded option.
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 use the SpellingErrorLimitExceededEventArgs.ClearErrors property value; otherwise, false. |
See Also