Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataControlBase.SaveLayoutToXml(String) Method

Saves a control’s layout to a file in XML format.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public void SaveLayoutToXml(
    string path
)

#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.

Note

Detail grids aren’t automatically serialized when saving the master grid’s layout. To learn more, see Master-Detail Mode Limitations.

To learn more, see Saving and Restoring Layout.

See Also