Skip to main content
All docs
V25.1
  • LayoutControl.ExportToCsv(Stream) Method

    Exports the control’s data to the specified stream in CSV format.

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public void ExportToCsv(
        Stream stream
    )

    Parameters

    Name Type Description
    stream Stream

    A stream to which the control is exported.

    See Also