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

In This Topic
    LoadLayout Method (C1DashboardLayout)
    In This Topic
    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