Skip to main content

SuggestionCollection Class

Represents a collection of suggestions prepared for a missplelled word.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.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.

#Inheritance

Object
SuggestionCollection
See Also