Not recreates the C1DockTabItem from the saved settings.

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

Syntax

C#
public C1DockSettings Load(
	XElement elem,
	bool preserveTabItems
)
Visual Basic
Public Function Load ( _
	elem As XElement, _
	preserveTabItems As Boolean _
) As C1DockSettings

Parameters

elem
Type: System.Xml.Linq..::..XElement
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