True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 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.

In This Topic
    SaveLayout(Stream,Boolean) Method
    In This Topic
    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