Click or drag to resize
SpellCheckSettingsEditDistance Property
Gets or sets a the edit distance. If you increase the value, the checking speed decreases but more suggestions are presented. Applicable only in EditDistance mode.

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int EditDistance { get; set; }

Property Value

Type: Int32
The default is 1
Remarks
This property takes effect only if the SpellCheckProvider property is set to EditDistanceProvider.
See Also