corelibraries-devexpress-dot-xtraspellchecker-d2591d99.md
Defines the base class for XtraSpellChecker dictionaries.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public abstract class SpellCheckerDictionaryBase :
DictionaryBase,
IDoubleMetaphoneIndexesProvider,
ICloseWordsCalculatorFactory
Public MustInherit Class SpellCheckerDictionaryBase
Inherits DictionaryBase
Implements IDoubleMetaphoneIndexesProvider,
ICloseWordsCalculatorFactory
The SpellCheckerDictionaryBase class implements the very basic functionality that is required by the dictionaries used by the XtraSpellChecker engine.
Object DictionaryBase SpellCheckerDictionaryBase SpellCheckerDictionary
SpellCheckerOpenOfficeDictionary
See Also