Skip to main content

SuggestionCollection.Remove(SuggestionBase) Method

Removes the first occurrence of a suggestion from the collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Remove(
    SuggestionBase suggestion
)

Parameters

Name Type Description
suggestion SuggestionBase

The SuggestionBase object to remove from the SuggestionCollection.

See Also