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.v24.2.Core.dll
Declaration
[Obsolete("Use the GetSuggestions method instead.")]
public List<string> Suggestions { get; }
Property Value
Type | Description |
---|---|
List<String> |
See Also