Back to Devexpress

LayoutControl.ExportLayout(Stream) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-exportlayout-x28-system-dot-io-dot-stream-x29.md

latest1.6 KB
Original Source

LayoutControl.ExportLayout(Stream) Method

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public void ExportLayout(
    Stream stream
)
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Sub ExportLayout(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

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

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace