Skip to main content

SpellingFormShowingEventArgs.Suggestions Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.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