[]
Loads the contents of C1GanttView from an XML file.
public void LoadXml(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Loads the contents of C1GanttView from a Stream.
public void LoadXml(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Loads the contents of C1GanttView from an System.Xml.XmlDocument.
public void LoadXml(XmlDocument doc)
| Type | Name | Description |
|---|---|---|
| XmlDocument | doc |