DataControlBase.RestoreLayoutFromStream(Stream) Method
In This Article
Restores a control's layout from 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 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