ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SaveLayout Method / SaveLayout(String,Boolean) Method
File to contain the grid layout.
Indicating whether all the values are to be persistent.

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

    Parameters

    filename
    File to contain the grid layout.
    defaultValues
    Indicating whether all the values are to be persistent.
    See Also