ComponentOne DashboardLayout for WinForms
SaveLayout Method (C1DashboardLayout)

C1.Win.Layout Namespace > C1DashboardLayout Class : SaveLayout Method
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

Reference

C1DashboardLayout Class
C1DashboardLayout Members