Skip to main content

SpellCheckerDictionaryBase Class

Defines the base class for XtraSpellChecker dictionaries.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.1.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

[TypeConverter(typeof(UniversalTypeConverterEx))]
public abstract class SpellCheckerDictionaryBase :
    DictionaryBase,
    IDoubleMetaphoneIndexesProvider,
    ICloseWordsCalculatorFactory

Remarks

The SpellCheckerDictionaryBase class implements the very basic functionality that is required by the dictionaries used by the XtraSpellChecker engine.

See Also