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

The stream to output.