DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / SaveLayout Method

In This Topic
    SaveLayout Method (C1DashboardLayout)
    In This Topic
    Saves layouts of C1DashboardLayout control to the XML file.
    Overload List
    OverloadDescription
    Saves layouts of C1DashboardLayout control to the XML file.  
    Saves layouts of C1DashboardLayout control to the XML file.  
    Remarks
    The layout saved using this method stores the order and the bounds of the child containers.
    Example
    private void SaveDashboardLayout()
    {
         //Saves the layout properties to an XML file.
         c1DashboardLayout1.SaveLayout("DashboardLayout.xml");
    }
    See Also