Skip to main content

DataControlBase.SaveLayoutToStream(Stream) Method

Saves a control's layout to the specified stream.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public void SaveLayoutToStream(
    Stream stream
)

#Parameters

Name Type Description
stream Stream

A Stream descendant to which a control's layout is written.

#Remarks

To restore a control's layout previously saved by the SaveLayoutToStream method, use the DataControlBase.RestoreLayoutFromStream method.

To learn more, see Saving and Restoring Layout.

See Also