Skip to main content

DataControlBase.RestoreLayoutFromXml(String) Method

Restores a control's layout from the specified XML file.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public void RestoreLayoutFromXml(
    string path
)

#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