New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
MistakenWord
OffsetInText
Suggestions
WordIndex
Telerik.Web.UI.SpellCheckError
Contains the information about a spellcheck error. The most important properties are the mistaken word and its offset in the source text.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.SpellCheckError
Properties
MistakenWord String
The original word that the spellchecker has determined to be wrong.
OffsetInText Int32
The offset in the source text. It is useful for locating the original word and replacing it with one of the suggestions.
Suggestions String[]
Suggestions for replacing the mistaken word.
WordIndex Int32
The index of the misspelled word