[]
        
(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)
Public Sub LoadLayout(fileName As String)
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)
Public Sub LoadLayout(stream As Stream)
Parameters
Type Name Description
Stream stream

The stream to input.