Skip to main content

SplitContainerControl.SaveLayoutToXml(String) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

Saves the current SplitContainerControl‘s layout to the specific XML file.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v25.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void SaveLayoutToXml(
    string xmlFile
)

Parameters

Name Type Description
xmlFile String

A String value that is the path to an XML file where the current SplitContainerControl‘s layout should be saved.

Remarks

Use the SaveLayoutToXml and SplitContainerControl.RestoreLayoutFromXml methods to save and restore the current SplitContainerControl‘s layout to the specific XML file. See the Save and Restore Layouts of DevExpress controls topic for general information on saving and restoring the layouts of DevExpress .NET controls.

See Also