DataControlBase.SaveLayoutToXml(String) Method
In This Article
Saves a control's layout to a file in XML format.
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 restore a control's layout previously saved by the SaveLayoutToXml method, use the DataControlBase.RestoreLayoutFromXml method.
To learn more, see Saving and Restoring Layout.
See Also