ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Interfaces Namespace / IC1Serializable Interface / SaveLayout Method / SaveLayout(String) Method
The file where the values of the layout properties will be saved.

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

    Parameters

    filename
    The file where the values of the layout properties will be saved.
    See Also