NotInDictionaryWordFoundEventArgs.Suggestions Property
Gets a collection of suggestions made when the word is not found in the dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
SuggestionCollection | A SuggestionCollection object that contains suggestions for the word under consideration. |
See Also