GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseObject Class / ToXml Method / ToXml(XmlWriter) Method

In This Topic
    ToXml(XmlWriter) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub ToXml( _
       ByVal writer As XmlWriter _
    ) 
    public virtual void ToXml( 
       XmlWriter writer
    )

    Parameters

    writer
    See Also