SuggestionCollection Class
In This Article
Represents a collection of suggestions prepared for a missplelled word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Returned By
Properties and methods that return SuggestionCollection instances:
#Remarks
The collection consists of SuggestionBase class objects that combine the suggested word and the distance between the suggested and misspelled words.
See Also