SpellingFormShowingEventArgs.Suggestions Property
Provides access to the collection of suggested words to be displayed at the spelling form.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraSpellChecker.StringCollection | A StringCollection object representing a collection of suggested words. |
See Also