LayoutControl.ExportLayout(Stream) Method
Exports the contents of the LayoutControl to the specified stream in XML format.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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