Skip to main content
All docs
V23.2

ToolbarFormControl.SaveLayoutToStream(Stream) Method

Saves the layout of the ToolbarFormControl‘s items to the specified stream.

Namespace: DevExpress.XtraBars.ToolbarForm

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void SaveLayoutToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which the layout is written.

Remarks

Read the following topic for information on how to save/restore the layout of DevExpress .NET controls: Save and Restore Layouts of DevExpress Controls.

See Also