SuggestionCollection Class
A collection of suggestions prepared for a misspelled word.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Related API Members
The following members return SuggestionCollection objects:
Remarks
The collection consists of SuggestionBase class objects that combine the suggested word and the distance between the suggested and misspelled words.
To get access to the collection of suggestions prepared for a word which is not found in the dictionary, use the PrepareSuggestionsEventArgs.Suggestions property.
To limit the number of suggestions shown in As-You-Type context menu for the XtraSpellChecker, specify the CheckAsYouTypeOptions.SuggestionCount property value.
Inheritance
Object
SuggestionCollection
See Also