Search
Column.LoadFromXml Method
See Also
 






Loads the column properties from an XML element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected void LoadFromXml (
    XElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Sub LoadFromXml( _
    xmlElement As XElement, _
    context As XmlPersistContext _
)

 Parameters

xmlElement
An XmlElement containing the column's data.
context

An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 Remarks

An XmlElement containing the column's data.

 See Also