DockControl.Save Method

DevZest WPF Docking

DockControlSave Method
Saves the current window layout.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public DockLayout Save()
Public Function Save As DockLayout

Return Value

Type: DockLayout
The saved DockLayout.
See Also