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) Method
XML file to load.

In This Topic
    LoadLayout(String) Method
    In This Topic
    Loads control layout properties from the file.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadLayout( _
       ByVal filename As System.String _
    ) 
    public void LoadLayout( 
       System.string filename
    )

    Parameters

    filename
    XML file to load.
    See Also