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