SuggestionCollection.Add(SuggestionBase) Method
Adds a SuggestionBase object to the end of the collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
suggestion | SuggestionBase | A SuggestionBase object to be added to the collection. |
See Also