Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.8 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / ReadXml Method / ReadXml(Stream,XmlOptions) Method

In This Topic
    ReadXml(Stream,XmlOptions) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal options As C1.Win.C1FlexGrid.XmlOptions _
    ) 
    public void ReadXml( 
       System.IO.Stream stream,
       C1.Win.C1FlexGrid.XmlOptions options
    )

    Parameters

    stream
    options
    See Also