MobileForms Toolkit Documentation

SmartGrid.LoadXml Method (XmlReader)

Load the control from the specified reader.

public void LoadXml(
XmlReader reader
);

Parameters

reader
XmlReader with the control parameters.

Remarks

The control properties are set and new templates are loaded from the file created by the SaveXml method. It is not recommended to change the file manualy.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace | SmartGrid.LoadXml Overload List