SuggestionCollection.Remove(SuggestionBase) Method
Removes the first occurrence of a suggestion from the collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| suggestion | SuggestionBase | The SuggestionBase object to remove from the SuggestionCollection. |
See Also