Skip to main content

SpellingErrorInfo.Error Property

Indicates the kind of spelling error.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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