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

CheckSpellingResult.Result Property

Indicates the check result.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public CheckSpellingResultType Result { get; }

Property Value

Type Description
CheckSpellingResultType

A CheckSpellingResultType enumeration member indicating the check result.

Available values:

Name Description
Misspelling

A misspelled word is found.

Repeating

A repeating word is found.

Success

No errors are found

Implements

See Also