ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / Task Class / FromXml Method / FromXml(XmlReader) Method

In This Topic
    FromXml(XmlReader) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function FromXml( _
       ByVal reader As System.Xml.XmlReader _
    ) As System.Boolean
    public virtual System.bool FromXml( 
       System.Xml.XmlReader reader
    )

    Parameters

    reader
    See Also