Back to Devexpress

SuggestionBase Class

corelibraries-devexpress-dot-xtraspellchecker-fd1bcf69.md

latest1.7 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class SuggestionBase :
    IComparable,
    IComparable<SuggestionBase>
vb
Public Class SuggestionBase
    Implements IComparable,
               IComparable(Of SuggestionBase)

The following members 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

SuggestionBase Members

LevenshteinDistance

DevExpress.XtraSpellChecker Namespace