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

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

    Parameters

    fileName
    See Also