CheckSpellingResultType Enum
Lists result types of spelling check.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Members
Name | Description |
---|---|
Misspelling
|
A misspelled word is found. |
Repeating
|
A repeating word is found. |
Success
|
No errors are found |
Related API Members
The following properties accept/return CheckSpellingResultType values:
See Also