Back to Devexpress

PrepareSuggestionsEventArgs.Suggestions Property

corelibraries-devexpress-dot-xtraspellchecker-dot-preparesuggestionseventargs.md

latest1.3 KB
Original Source

PrepareSuggestionsEventArgs.Suggestions Property

Provides access to the collection of prepared suggestions.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

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

Property Value

TypeDescription
SuggestionCollection

A SuggestionCollection object containing prepared suggestions.

|

See Also

PrepareSuggestionsEventArgs Class

PrepareSuggestionsEventArgs Members

DevExpress.XtraSpellChecker Namespace