C1.Win.FlexGrid Namespace / C1FlexGridBase Class / WriteXml Method / WriteXml(XmlTextWriter) Method
The System.Xml.XmlTextWriter where the document is saved.

In This Topic
WriteXml(XmlTextWriter) Method
In This Topic
Saves the grid contents to an Xml document.
Syntax
'Declaration
 
Public Overloads Overridable Sub WriteXml( _
   ByVal w As XmlTextWriter _
) 
 

Parameters

w
The System.Xml.XmlTextWriter where the document is saved.
See Also