DictionaryCollection.Remove(ISpellCheckerDictionary) Method
Removes the specified dictionary from the collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dictionary | ISpellCheckerDictionary | An object exposing the ISpellCheckerDictionary interface that is the spell checker dictionary. |
See Also