Skip to main content

NotInDictionaryWordFoundEventArgs.Suggestions Property

Gets a collection of suggestions made when the word is not found in the dictionary.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public SuggestionCollection Suggestions { get; }

Property Value

Type Description
SuggestionCollection

A SuggestionCollection object that contains suggestions for the word under consideration.

See Also