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

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

    Parameters

    fileName
    See Also