DataControlBase.RestoreLayoutFromXml(String) Method
In This Article
Restores a control's layout from the specified XML file.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
path | String | A String value that specifies the target file name. |
#Remarks
To save a control's layout to an XML file, use the DataControlBase.SaveLayoutToXml
To learn more, see Saving and Restoring Layout.
See Also