SpellCheckErrorBase.Suggestions Property
In This Article
Gets or sets a collection of suggestions for the current error.
Namespace: DevExpress.XtraSpellChecker.Rules
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public virtual SuggestionCollection Suggestions { get; protected set; }
#Property Value
Type | Description |
---|---|
Suggestion |
A Suggestion |
See Also