Skip to main content

CheckSpellingResultType Enum

Lists result types of spelling check.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.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