| C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace > C1GanttView Class : SaveXml Method |
| Overload | Description |
|---|---|
| SaveXml(String) | Saves the contents of C1GanttView into an XML file. |
| SaveXml(String,Encoding) | Saves the contents of C1GanttView into an XML file. |
| SaveXml(Stream) | Saves the contents of C1GanttView into a System.IO.Stream. |
| SaveXml(Stream,Encoding) | Saves the contents of C1GanttView into a System.IO.Stream. |
| SaveXml(XmlWriter) | Saves the contents of C1GanttView into an System.Xml.XmlWriter. |