GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Stream _
    ) 
    public void LoadXml( 
       Stream stream
    )

    Parameters

    stream
    See Also