SaveLayout(String) Method
In This Topic
Saves layouts of
C1DashboardLayout control to the XML file.
Syntax
'Declaration
Public Overloads Sub SaveLayout( _
ByVal As String _
)
public void SaveLayout(
string
)
Parameters
- fileName
- The name of the XML file.
See Also