Skip to main content

ICheckSpellingResult.Result Property

Indicates the result of checking a word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

CheckSpellingResultType Result { get; }

Property Value

Type Description
CheckSpellingResultType

A CheckSpellingResultType enumeration member.

Available values:

Name Description
Misspelling

A misspelled word is found.

Repeating

A repeating word is found.

Success

No errors are found

See Also