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

In This Topic
    LoadXml(Stream) Method
    In This Topic
    Loads the contents of CustomCalendarCollection from a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadXml( _
       ByVal stream As System.IO.Stream _
    ) 
    public void LoadXml( 
       System.IO.Stream stream
    )

    Parameters

    stream
    See Also