ComponentOne True DBGrid for WinForms
SaveLayout(Stream,Boolean) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > SaveLayout Method : SaveLayout(Stream,Boolean) Method
The Stream to contain the grid layout.
Specifies whether default values are serialized.
Saves the grid's layout.
Syntax
'Declaration
 
Public Overloads Sub SaveLayout( _
   ByVal stream As System.IO.Stream, _
   ByVal withDefaultValues As System.Boolean _
) 
public void SaveLayout( 
   System.IO.Stream stream,
   System.bool withDefaultValues
)

Parameters

stream
The Stream to contain the grid layout.
withDefaultValues
Specifies whether default values are serialized.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List