FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ReadXml Method / ReadXml(XmlDocument) Method
System.Xml.XmlDocument object to use for loading the grid.

In This Topic
    ReadXml(XmlDocument) Method
    In This Topic
    Loads the grid from an Xml document.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub ReadXml( _
       ByVal doc As XmlDocument _
    ) 
    public virtual void ReadXml( 
       XmlDocument doc
    )

    Parameters

    doc
    System.Xml.XmlDocument object to use for loading the grid.
    See Also