SpellCheckerCustomDictionary.Save() Method
Saves a custom dictionary to a file.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Remarks
A path to the custom dictionary file is set when the dictionary is created by means of the corresponding constructor. If the path is null, then the Save method does nothing.
You may use the SpellCheckerCustomDictionary.SaveAs method to specify a path and a filename to save the dictionary.
See Also