ComponentOne FlexGrid for WPF and Silverlight
LoadColumnLayout Method (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : LoadColumnLayout Method
System.Xml.XmlReader that contains the column layout information.
Loads a column layout from an System.Xml.XmlReader.
Syntax
'Declaration
 
Public Sub LoadColumnLayout( _
   ByVal xr As System.Xml.XmlReader _
) 
public void LoadColumnLayout( 
   System.Xml.XmlReader xr
)

Parameters

xr
System.Xml.XmlReader that contains the column layout information.
Remarks

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.

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members