SpellCheckerDictionary Class
In This Article
Represents a dictionary used by the XtraSpellChecker engine.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public class SpellCheckerDictionary :
SpellCheckerDictionaryBase
#Related API Members
The following members return SpellCheckerDictionary objects:
#Remarks
Serves as the base class for custom dictionaries.
#Implements
#Inheritance
Object
DictionaryBase
SpellCheckerDictionaryBase
SpellCheckerDictionary
See Also