SpellCheckerBase.RestoreFromXML(String) Method
In This Article
Loads data from the specified XML file and creates the XtraSpellChecker object from it.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
xml |
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