Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

VGridControlBase.SaveLayoutToStream(Stream, OptionsLayoutBase) Method

Saves the control’s layout to a stream, using the specified options.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

#Declaration

public virtual void SaveLayoutToStream(
    Stream stream,
    OptionsLayoutBase options
)

#Parameters

Name Type Description
stream Stream

A System.IO.Stream object to which the control’s layout is written.

options OptionsLayoutBase

An object that specifies which options must be saved.

#Remarks

Use the SaveLayoutToStream method to write the control’s layout to a stream. You can read stored settings from the stream by the VGridControlBase.RestoreLayoutFromStream method.

See Also