DictionaryHelper.GetCustomDictionary() Method
Provides access to the currently active custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
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