ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SaveLayout Method / SaveLayout(Stream) Method
The Stream to contain the grid layout.

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

    Parameters

    stream
    The Stream to contain the grid layout.
    See Also