MindFusion.UI for WebForms Programmer's Guide

Menu.LoadFromXml Method

See Also
 





Loads control data from an XML file or from a System.Xml.XmlDocument.

 Overload List

Name Description

Menu.LoadFromXml (String)

Loads the control from an XML file.

Menu.LoadFromXml (String, Boolean)

Loads the control from an XML file.

Menu.LoadFromXml (XmlDocument)

Loads the control from an XML document.

Menu.LoadFromXml (XmlDocument, Boolean)

Loads the control from an XML document.

 See Also