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

DictionaryCollection.Remove(ISpellCheckerDictionary) Method

Removes the specified dictionary from the collection.

Namespace: DevExpress.XtraSpellChecker

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

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