Skip to main content
A newer version of this page is available. .

LayoutControl.ExportLayout(Stream) Method

Exports the contents of the LayoutControl to the specified stream in XML format.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void ExportLayout(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream object which specifies the stream to which the LayoutControl is exported in XML format.

Remarks

This method exports the information on layout items and embedded controls to the specified stream in XML format. The information exported can then be represented in different ways using XSL files.

See Also