Skip to main content
All docs
V23.2

LayoutControl.ExportToCsv(String, CsvExportOptions) Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void ExportToCsv(
    string filePath,
    CsvExportOptions options
)

Parameters

Name Type Description
filePath String

The full path to the CSV file.

options CsvExportOptions

The export options.

See Also