MobileForms Toolkit Documentation

AdvancedList.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

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