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

SpellCheckerBase.SaveToXML(String) Method

Serializes XtraSpellChecker objects and writes the data to the specified XML file.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void SaveToXML(
    string xmlFile
)

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