Saves control layout properties to the specified stream.

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

Syntax

C#
public void SaveLayout(
	Stream stream
)
Visual Basic
Public Sub SaveLayout ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
Stream to save.

See Also