[]
        
(Showing Draft Content)

C1.WPF.GanttView.C1GanttView.LoadXml

LoadXml Method

LoadXml(string)

Loads the contents of C1GanttView from an XML file.

Declaration
public void LoadXml(string fileName)
Parameters
Type Name Description
string fileName

LoadXml(Stream)

Loads the contents of C1GanttView from a Stream.

Declaration
public void LoadXml(Stream stream)
Parameters
Type Name Description
Stream stream

LoadXml(XmlDocument)

Loads the contents of C1GanttView from an System.Xml.XmlDocument.

Declaration
public void LoadXml(XmlDocument doc)
Parameters
Type Name Description
XmlDocument doc