C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace > C1FlexGrid Class : SaveColumnLayout Method |
'Declaration Public Sub SaveColumnLayout( _ ByVal xw As System.Xml.XmlWriter _ )
public void SaveColumnLayout( System.Xml.XmlWriter xw )
The column layout string defines the column positions, visibility, and width. Invalid information in the column layout string is ignored.
This property can be used to persist column layouts defined by users so they are preserved across sessions, and it can also be used to implement undo/redo functionality in applications that allow users to modify the column layout.