FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ReadXml Method / ReadXml(XmlDocument,XmlOptions) Method
System.Xml.XmlDocument object to use for loading the grid.
Options that allows to choose which elements of FlexGrid should be loaded

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

    Parameters

    doc
    System.Xml.XmlDocument object to use for loading the grid.
    options
    Options that allows to choose which elements of FlexGrid should be loaded
    See Also