ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / SaveLayout Method / SaveLayout(Stream) Method
Stream to save.

In This Topic
    SaveLayout(Stream) Method
    In This Topic
    Saves control layout properties to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal stream As System.IO.Stream _
    ) 
    public void SaveLayout( 
       System.IO.Stream stream
    )

    Parameters

    stream
    Stream to save.
    See Also