ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / LoadLayout Method / LoadLayout(String,LayoutType) Method
XML file to load.
Layout types to load.

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

    Parameters

    filename
    XML file to load.
    layoutTypes
    Layout types to load.
    See Also