Skip to main content

SpellingError Enum

Lists error types found during a spell check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#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