Skip to main content
A newer version of this page is available. .

VGridControlBase.RestoreLayoutFromStream(Stream, OptionsLayoutBase) Method

Loads the control’s layout from a stream, using the specified options.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public virtual void RestoreLayoutFromStream(
    Stream stream,
    OptionsLayoutBase options
)

Parameters

Name Type Description
stream Stream

A System.IO.Stream object from which the control’s settings are read.

options OptionsLayoutBase

An object that specifies which options must be restored.

Remarks

Use the RestoreLayoutFromStream method to load the control’s layout from a stream to which a layout was saved by the VGridControlBase.SaveLayoutToStream method call.

See Also