A newer version of this page is available.
Switch to the current version.
SuggestionBase Class
An instance of this class combines the suggested word and the distance between the suggested and the misspelled words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
public class SuggestionBase :
IComparable,
IComparable<SuggestionBase>
Public Class SuggestionBase
Implements IComparable,
IComparable(Of SuggestionBase)
Related API Members
The following members accept/return SuggestionBase objects:
Remarks
Use the SuggestionBase.Suggestion property to get a suggested word. The distance between words is available via the SuggestionBase.Distance property and characterizes the proximity of words, also known as the Levenshtein distance.
Inheritance
Object
SuggestionBase
See Also
Feedback