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

SpellCheckerBase.RestoreFromXML(String) Method

Loads data from the specified XML file and creates the XtraSpellChecker object from it.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public void RestoreFromXML(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A String object, representing a path to an XML file containing data to load.

Remarks

Call the SpellCheckerBase.SaveToXML method to save data to the given XML file.

See Also