Back to Devexpress

SpellingError Enum

corelibraries-devexpress-dot-xtraspellchecker-fc1e7f6d.md

latest1.2 KB
Original Source

SpellingError Enum

Lists error types found during a spell check.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public enum SpellingError
vb
Public Enum SpellingError

Members

NameDescription
Unknown

Error type unlisted in enumeration. Use it for custom error handling.

| | Misspelling |

Erroneously spelled word.

| | Repeating |

Repeated word.

| | Syntax |

Reserved for internal use.

|

The following properties accept/return SpellingError values:

See Also

DevExpress.XtraSpellChecker Namespace