Skip to main content

WrongWordRecord.GetSuggestions() Method

Gets a list of words suggested to replace the current wrong word.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public List<string> GetSuggestions()

Returns

Type Description
List<String>

A List<String> containing suggested words.

See Also