SpellCheckerBase.CheckText(String) Method
In This Article
Checks the specified text to get a list of erroneous words and suggested corrections.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
text | String | A string that is the text to be checked. |
#Returns
Type | Description |
---|---|
List<Wrong |
A List |
See Also