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.v24.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<Wrong |
A List<Wrong |
See Also