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

LayoutControl.ExportLayout(Stream) Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
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