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

Declaration

public StringCollection Suggestions { get; }

Property Value

Type Description
DevExpress.XtraSpellChecker.StringCollection

A StringCollection object representing a collection of suggested words.

See Also