ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomCalendarCollection Class / LoadXml Method / LoadXml(XmlDocument) Method

In This Topic
    LoadXml(XmlDocument) Method
    In This Topic
    Loads the contents of CustomCalendarCollection from an System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadXml( _
       ByVal doc As System.Xml.XmlDocument _
    ) 
    public void LoadXml( 
       System.Xml.XmlDocument doc
    )

    Parameters

    doc
    See Also