True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SaveLayout Method / SaveLayout(String,Boolean) Method
File to contain the grid layout.
Specifies whether default values are serialized.

In This Topic
    SaveLayout(String,Boolean) Method
    In This Topic
    Saves the grid's layout.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal filename As System.String, _
       ByVal withDefaultValues As System.Boolean _
    ) 
    public void SaveLayout( 
       System.string filename,
       System.bool withDefaultValues
    )

    Parameters

    filename
    File to contain the grid layout.
    withDefaultValues
    Specifies whether default values are serialized.
    See Also