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

CheckSpellingResultType Enum

Lists result types of spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public enum CheckSpellingResultType

Members

Name Description
Misspelling

A misspelled word is found.

Repeating

A repeating word is found.

Success

No errors are found

Related API Members

The following properties accept/return CheckSpellingResultType values:

See Also