Back to Devexpress

CheckSpellingResultType Enum

corelibraries-devexpress-dot-xtraspellchecker-48436f2c.md

latest1.2 KB
Original Source

CheckSpellingResultType Enum

Lists result types of spelling check.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum CheckSpellingResultType
vb
Public Enum CheckSpellingResultType

Members

NameDescription
Misspelling

A misspelled word is found.

| | Repeating |

A repeating word is found.

| | Success |

No errors are found

|

The following properties accept/return CheckSpellingResultType values:

See Also

DevExpress.XtraSpellChecker Namespace