Saves the control layout properties to the file.

Namespace:  C1.Web.UI.Controls.C1TabStrip
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
The file where the values of the layout properties will be saved.

Implements

IC1SerializableSaveLayout(String)

See Also