DictionaryHelper.GetCustomDictionary() Method
Provides access to the currently active custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Returns
Type | Description |
---|---|
SpellCheckerCustomDictionary | A SpellCheckerCustomDictionary object that is the currently active custom dictionary. |
Remarks
Use the DictionaryHelper.AddWord method to add a word to a custom dictionary.
See Also