SpellCheckerBase.RestoreFromXML(String) Method
Loads data from the specified XML file and creates the XtraSpellChecker object from it.
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 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