corelibraries-devexpress-dot-xtraspellchecker-a46e2e4a.md
A collection of suggestions prepared for a misspelled word.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public class SuggestionCollection :
IEnumerable<SuggestionBase>,
IEnumerable
Public Class SuggestionCollection
Implements IEnumerable(Of SuggestionBase),
IEnumerable
The following members return SuggestionCollection objects:
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.
Object SuggestionCollection
See Also