Overload | Description |
---|---|
ReadXml(String,XmlOptions) | Loads the grid from an Xml document. |
ReadXml(TextReader,XmlOptions) | Loads the grid from an Xml document. |
ReadXml(Stream,XmlOptions) | Loads the grid from an Xml document. |
ReadXml(XmlReader,XmlOptions) | Loads the grid from an Xml document. |
ReadXml(XmlDocument) | Loads the grid from an Xml document. |
ReadXml(XmlDocument,XmlOptions) | Loads the grid from an Xml document. |
ReadXml(XmlNode) | Loads the grid from an Xml document. |
ReadXml(XmlNode,XmlOptions) | Loads the grid from an Xml document. |