Skip to main content

DataControlBase.RestoreLayoutFromStream(Stream) Method

Restores a control's layout from the specified stream.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

public void RestoreLayoutFromStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream descendant that stores the a control's layout.

#Remarks

To save a control's layout to a stream, use the DataControlBase.SaveLayoutToStream method.

To learn more, see Saving and Restoring Layout.

See Also