SpellCheckerCustomDictionary Class
In This Article
Represents a custom dictionary of the spell checker.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Returned By
The DictionaryHelper.GetCustomDictionary() method returns an instance of SpellCheckerCustomDictionary.
#Remarks
The custom dictionary can be created and updated by the user. The spelling form provides a command button for appending a word not found in dictionaries to the custom dictionary.
The custom dictionary can be saved to a file and loaded when necessary.
#Implements
#Inheritance
Object
DictionaryBase
SpellCheckerDictionaryBase
SpellCheckerDictionary
SpellCheckerCustomDictionary
See Also