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