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

Declaration

public SuggestionCollection Suggestions { get; }

Property Value

Type Description
SuggestionCollection

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

See Also