Methods for saving and restoring a layout implemented in specific controls (such as DockLayoutManager.SaveLayoutToStream and DockLayoutManager.RestoreLayoutFromStream) are intended for saving/restoring settings of a specific control and do not take into account other nested DevExpress controls. To be able to save settings of all controls on your window, use the WorkspaceManager class. This example demonstrates how to use this class.
See also: