Skip to main content

SpellCheckerBase.RestoreFromXML(String) Method

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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