Skip to main content

DictionaryCollection.Remove(ISpellCheckerDictionary) Method

Removes the specified dictionary from the collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public virtual void Remove(
    ISpellCheckerDictionary dictionary
)

Parameters

Name Type Description
dictionary ISpellCheckerDictionary

An object exposing the ISpellCheckerDictionary interface that is the spell checker dictionary.

See Also