Back to Devexpress

SpellingFormShowingEventArgs.Suggestions Property

corelibraries-devexpress-dot-xtraspellchecker-dot-spellingformshowingeventargs.md

latest1.3 KB
Original Source

SpellingFormShowingEventArgs.Suggestions Property

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

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public StringCollection Suggestions { get; }
vb
Public ReadOnly Property Suggestions As StringCollection

Property Value

TypeDescription
DevExpress.XtraSpellChecker.StringCollection

A StringCollection object representing a collection of suggested words.

|

See Also

SpellingFormShowingEventArgs Class

SpellingFormShowingEventArgs Members

DevExpress.XtraSpellChecker Namespace