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

ICheckSpellingResult.Result Property

Indicates the result of checking a word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.1.dll

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