ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / Save Method / Save(Boolean) Method
Use this value to decide the DockTabItem's content will be preserved and each DockTabItem will be re-created.

In This Topic
    Save(Boolean) Method
    In This Topic
    Serialize a C1DockControl and preserve each C1DockTabItem's content.
    Syntax
    'Declaration
     
    Public Overloads Function Save( _
       ByVal preserveTabItems As Boolean _
    ) As C1DockSettings
    public C1DockSettings Save( 
       bool preserveTabItems
    )

    Parameters

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