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

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

Declaration

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

Property Value

Type Description
List<String>

A List<T><String,> generic list containing suggested words.

See Also