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

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

    Parameters

    node
    See Also