Skip to main content

CheckSpellingResult.Result Property

Indicates the check result.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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