[]
        
(Showing Draft Content)

C1.Win.Layout.C1DashboardLayout.SaveLayout

SaveLayout Method

SaveLayout(string)

Saves layouts of C1DashboardLayout control to the XML file.

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

The name of the XML file.

SaveLayout(Stream)

Saves layouts of C1DashboardLayout control to the XML file.

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

The stream to output.