PrepareSuggestionsEventArgs.Suggestions Property
In This Article
Provides access to the collection of prepared suggestions.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public SuggestionCollection Suggestions { get; }
#Property Value
Type | Description |
---|---|
Suggestion |
A Suggestion |
See Also