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

SpellingErrorInfo.Error Property

Indicates the kind of spelling error.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public SpellingError Error { get; }

Property Value

Type Description
SpellingError

A SpellingError enumeration value.

Available values:

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.

Implements

See Also