GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / SaveXml Method / SaveXml(String) Method

In This Topic
    SaveXml(String) Method
    In This Topic
    Saves the contents of C1GanttView into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal fileName As String _
    ) 
    public void SaveXml( 
       string fileName
    )

    Parameters

    fileName
    See Also