Skip to main content
All docs
V25.2
  • LayoutControl.ExportToCsv(Stream, CsvExportOptions) Method

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.2.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public void ExportToCsv(
        Stream stream,
        CsvExportOptions options
    )

    Parameters

    Name Type Description
    stream Stream

    A stream to which the control is exported.

    options CsvExportOptions

    The export options.

    See Also