Skip to main content

DictionaryCollection.Remove(ISpellCheckerDictionary) Method

Removes the specified dictionary from the collection.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.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