SpellCheckerBase.CheckText(String) Method
Checks the specified text to get a list of erroneous words and suggested corrections.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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