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

SuggestionCollection.Remove(SuggestionBase) Method

Removes the first occurrence of a suggestion from the collection.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void Remove(
    SuggestionBase suggestion
)

Parameters

Name Type Description
suggestion SuggestionBase

The SuggestionBase object to remove from the SuggestionCollection.

See Also