Saves control layout properties to the specified file.

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

Syntax

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

Parameters

filename
Type: System..::..String
XML file to save.

See Also