DataControlBase.SaveLayoutToStream(Stream) Method
In This Article
Saves a control's layout to the specified stream.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#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