MobileForms Toolkit Documentation

DetailView.SaveXml Method (XmlWriter)

Serializes all of the control properties to XmlWriter.

public void SaveXml(
XmlWriter writer
);

Parameters

writer
XmlWriter to which the properties are serialized.

Remarks

The xml file contains all of the properties of DetailView and the serialized templates. You can restore them by using LoadXml method. It is not recommended to modify the file.

Note   This method is not supported on Compact Framework.

See Also

DetailView Class | Resco.Controls.DetailView Namespace | DetailView.SaveXml Overload List