Skip to main content
A newer version of this page is available. .

SuggestionCollection Class

A collection of suggestions prepared for a misspelled word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public class SuggestionCollection :
    IEnumerable<SuggestionBase>,
    IEnumerable

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