[]
        
(Showing Draft Content)

C1.Win.Layout.C1DashboardLayout.LoadLayout

LoadLayout Method

LoadLayout(string)

Loads layouts of C1DashboardLayout control from the XML file.

Declaration
public void LoadLayout(string fileName)
Parameters
Type Name Description
string fileName

The name of the XML file.

LoadLayout(Stream)

Loads layouts of C1DashboardLayout control from the XML file.

Declaration
public void LoadLayout(Stream stream)
Parameters
Type Name Description
Stream stream

The stream to input.