Saves the control layout properties to the XML file.

Namespace:  C1.Web.iPhone.C1CoverFlow
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public void SaveLayout(
	string filename
)
Visual Basic
Public Sub SaveLayout ( _
	filename As String _
)

Parameters

filename
Type: System..::..String
Path to the file where the values of the layout properties will be saved.

Implements

IC1Serializable..::..SaveLayout(String)

See Also