Skip to main content

WrongWordRecord.Suggestions Property

OBSOLETE

Use the GetSuggestions() method instead.

A list of suggested words to replace the misspelled word.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

[Obsolete("Use the GetSuggestions method instead.")]
public List<string> Suggestions { get; }

Property Value

Type Description
List<String>

A List<String> generic list containing suggested words.

See Also