DictionaryHelper.GetCustomDictionary() Method
In This Article
Provides access to the currently active custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public virtual SpellCheckerCustomDictionary GetCustomDictionary()
#Returns
Type | Description |
---|---|
Spell |
A Spell |
#Remarks
Use the DictionaryHelper.AddWord method to add a word to a custom dictionary.
See Also