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

PrepareSuggestionsEventArgs.Suggestions Property

Provides access to the collection of prepared suggestions.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public SuggestionCollection Suggestions { get; }

Property Value

Type Description
SuggestionCollection

A SuggestionCollection object containing prepared suggestions.

See Also