SplitContainerControl.SaveLayoutToStream(Stream) Method
Saves the current SplitContainerControl‘s layout to a stream.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A stream where the layout should be stored. |
Remarks
Use the SaveLayoutToStream and SplitContainerControl.RestoreLayoutFromStream methods to save and restore the current SplitContainerControl‘s layout to a stream. See the Saving and Restoring Layouts to a File, Stream and System Registry topic for general information on saving and restoring the layouts of DevExpress .NET controls.
See Also