ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / LoadLayout Method / LoadLayout(Stream) Method
Stream to load.

In This Topic
    LoadLayout(Stream) Method
    In This Topic
    Loads control layout properties from the stream.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadLayout( _
       ByVal stream As System.IO.Stream _
    ) 
    public void LoadLayout( 
       System.IO.Stream stream
    )

    Parameters

    stream
    Stream to load.
    See Also