[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockControl.Save

Save Method

Save()

Serialize a C1DockControl

Declaration
public C1DockSettings Save()
Returns
Type Description
C1DockSettings

Save(bool)

Serialize a C1DockControl and preserve each C1DockTabItem's content.

Declaration
public C1DockSettings Save(bool preserveTabItems)
Parameters
Type Name Description
bool preserveTabItems

Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created.

Returns
Type Description
C1DockSettings