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

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

    Parameters

    node
    System.Xml.XmlNode object to use for loading the grid.
    See Also