A newer version of this page is available.
Switch to the current version.
SpellCheckerDictionaryBase Class
Defines the base class for XtraSpellChecker dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v18.2.Core.dll
Declaration
[TypeConverter(typeof(UniversalTypeConverterEx))]
public abstract class SpellCheckerDictionaryBase :
DictionaryBase,
IDoubleMetaphoneIndexesProvider,
ICloseWordsCalculatorFactory
<TypeConverter(GetType(UniversalTypeConverterEx))>
Public MustInherit Class SpellCheckerDictionaryBase
Inherits DictionaryBase
Implements IDoubleMetaphoneIndexesProvider,
ICloseWordsCalculatorFactory
Remarks
The SpellCheckerDictionaryBase class implements the very basic functionality that is required by the dictionaries used by the XtraSpellChecker engine.
Implements
Inheritance
See Also
Feedback