ISpellingErrorInfo.Error Property
Gets the error type.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
SpellingError | A SpellingError enumeration member. |
Available values:
Name | Description |
---|---|
Unknown | Error type unlisted in enumeration. Use it for custom error handling. |
Misspelling | Erroneously spelled word. |
Repeating | Repeated word. |
Syntax | Reserved for internal use. |
See Also