Articles in this section
Category / Section

Need an API to Save or Load serialized object without SaveFileDialog

1 min read

We have exposed two methods to save and load the serialized xml data in string format. The following are the methods.


C#

 
// To serialize to stringString SerializedXmlString() //To deserializeusing the saved string stringDeserializeXmlString(string xmlString).
 
string SavedXML = this.pivotGridControl1.SerializedXmlString();
this.pivotGridControl1.DeserializeXmlString(SavedXML);
 

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied