ComponentOne DashboardLayout for WinForms
LoadLayout Method (C1DashboardLayout)

C1.Win.Layout Namespace > C1DashboardLayout Class : LoadLayout Method
Loads layouts of C1DashboardLayout control from the XML file.
Overload List
OverloadDescription
Loads layouts of C1DashboardLayout control from the XML file.  
Loads layouts of C1DashboardLayout control from the XML file.  
Remarks

The layout restored using this method loads the order and the bounds of the child containers.

Example
private void LoadDashboardLayout()
{
     //Loads the layout properties from an XML file.
     c1DashboardLayout1.LoadLayout("DashboardLayout.xml");            
}
See Also

Reference

C1DashboardLayout Class
C1DashboardLayout Members