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

NotInDictionaryWordFoundEventArgs.Suggestions Property

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v21.1.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