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

SpellingFormShowingEventArgs.Suggestions Property

Provides access to the collection of suggested words to be displayed at the spelling form.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public StringCollection Suggestions { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.StringCollection

A StringCollection object representing a collection of suggested words.

See Also