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

SpellCheckerBase.CheckText(String) Method

Checks the specified text to get a list of erroneous words and suggested corrections.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public virtual List<WrongWordRecord> CheckText(
    string text
)

Parameters

Name Type Description
text String

A string that is the text to be checked.

Returns

Type Description
List<WrongWordRecord>

A List<T><WrongWordRecord,> object that is a list of WrongWordRecord items containing wrong words and suggestions.

See Also