MindFusion.UI for WebForms Programmer's Guide

DockControl.LoadFromXml Method

See Also
 





Loads the control from an XML document.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public override void LoadFromXml (
    XmlDocument document,
    bool loadProperties
)

Visual Basic  Copy Code

Public Overrides Sub LoadFromXml( _
    document As XmlDocument, _
    loadProperties As Boolean _
)

 Parameters

document

Type: XmlDocument
A System.Xml.XmlDocument instance that allows reading data from the XML document.

loadProperties

Type: Boolean
Indicates whether the control's properties will be loaded.

 See Also