Saves the control layout properties to the XML file.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void SaveLayout(
	string filename
)
Visual Basic (Declaration)
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

IC1SerializableSaveLayout(String)

See Also