Skip to main content

SpellCheckerBase.CheckText(String) Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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<WrongWordRecord> object that is a list of WrongWordRecord items containing wrong words and suggestions.

See Also