Skip to main content

PrepareSuggestionsEventArgs.Suggestions Property

Provides access to the collection of prepared suggestions.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public SuggestionCollection Suggestions { get; }

Property Value

Type Description
SuggestionCollection

A SuggestionCollection object containing prepared suggestions.

See Also