SpellCheckerBase.SaveToXML(String) Method
Serializes XtraSpellChecker objects and writes the data to the specified XML file.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
xmlFile | String | A String object, representing an absolute or relative path to an XML file that contains XtraSpellChecker configuration data. |
Remarks
Call the SpellCheckerBase.RestoreFromXML method to restore the saved options. Determine whether or not the SpellChecker options should be saved on from closing in the OptionsSpellingBase.OptionChanged event handler.
See Also