DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / SaveLayout Method / SaveLayout(String) Method
The name of the XML file.

In This Topic
    SaveLayout(String) Method
    In This Topic
    Saves layouts of C1DashboardLayout control to the XML file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveLayout( _
       ByVal fileName As String _
    ) 
    public void SaveLayout( 
       string fileName
    )

    Parameters

    fileName
    The name of the XML file.
    See Also