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

SuggestionBase.Distance Property

Gets a Levenshtein distance between the misspelled and the suggested words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public int Distance { get; }

Property Value

Type Description
Int32

An integer value representing the calculated Levenshtein distance.

Remarks

The SpellCheckerBase.LevenshteinDistance specifies the maximum allowed value for a suggestion to be included in a suggestion collection.

See Also