Serialize a C1DockControl and preserve each C1DockTabItem's content.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public C1DockSettings Save(
	bool preserveTabItems
)
Visual Basic
Public Function Save ( _
	preserveTabItems As Boolean _
) As C1DockSettings

Parameters

preserveTabItems
Type: System..::..Boolean
Use this value to decide the DockTapItem's content will be preserved and each DockTapItem will be re-created.

See Also