Skip to main content
A newer version of this page is available. .

SpellCheckerCustomDictionary.Save() Method

Saves a custom dictionary to a file.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

public virtual void Save()

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