SpellCheckerBase.GetSuggestions(String) Method
In This Article
Gets suggested words to replace a specified word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
word | String | A string that is the word for which corrections are suggested by the spellchecker. |
#Returns
Type | Description |
---|---|
Suggestion |
A Suggestion |
#Remarks
Use the GetSuggestions method to implement your own spelling forms or check-as-you-type techniques.
See Also