Skip to main content
A newer version of this page is available. .

SpellingError Enum

Lists error types found during a spell check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.2.dll

Declaration

public enum SpellingError

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