Saves control layout properties to the stream.

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

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
The stream where the values of layout properties will be saved.

See Also