SpellingError Enum
Lists error types found during a spell check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return SpellingError values:
See Also