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

SpellCheckErrorBase.Suggestions Property

Gets or sets a collection of suggestions for the current error.

Namespace: DevExpress.XtraSpellChecker.Rules

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public virtual SuggestionCollection Suggestions { get; protected set; }

Property Value

Type Description
SuggestionCollection

A SuggestionCollection object containing all suggestions for the current error.

See Also