Skip to main content

PrepareSuggestionsEventArgs.Suggestions Property

Provides access to the collection of prepared suggestions.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public SuggestionCollection Suggestions { get; }

Property Value

Type Description
SuggestionCollection

A SuggestionCollection object containing prepared suggestions.

See Also