Loads the control from an XML element.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
protected virtual Window LoadFromXml ( XmlElement element, XmlPersistContext context)
Protected Overridable Function LoadFromXml( _ element As XmlElement, _ context As XmlPersistContext _) As Window
Type: XmlElementA System.Xml.XmlElement containing the item's data.
Type: XmlPersistContextAn XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
Type: WindowThe Window.
This method is invoked when an item is being deserialized from a file saved in XML format.
Window MembersWindow ClassMindFusion.UI.Web Namespace