[]
Saves layouts of C1DashboardLayout control to the XML file.
public void SaveLayout(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | The name of the XML file. |
Saves layouts of C1DashboardLayout control to the XML file.
public void SaveLayout(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The stream to output. |