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,LayoutType) Method
Stream to load.
Layout types to load.

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

    Parameters

    stream
    Stream to load.
    layoutTypes
    Layout types to load.
    See Also