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

In This Topic
    SaveLayout(String) Method
    In This Topic
    Saves control layout properties to the specified file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveLayout( _
       ByVal filename As System.String _
    ) 
    public void SaveLayout( 
       System.string filename
    )

    Parameters

    filename
    XML file to save.
    See Also