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

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

    Parameters

    stream
    The Stream to contain the grid layout.
    defaultValues
    Indicating whether all the values are to be persistent.
    See Also