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