MobileForms Toolkit Documentation

DetailView.SaveXml Method

Serializes all of the control properties to XML file in the given path.

Overload List

Serializes all of the control properties to XML file in the given path.

public void SaveXml(string);

Serializes all of the control properties to XmlWriter.

public void SaveXml(XmlWriter);

See Also

DetailView Class | Resco.Controls.DetailView Namespace