Skip to main content
A newer version of this page is available. .

SpreadsheetExportOptions.Csv Property

Provides access to options specific for export to CSV format. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public SpreadsheetCsvExportOptions Csv { get; set; }

Property Value

Type Description
SpreadsheetCsvExportOptions

A DevExpress.Xpf.Spreadsheet.SpreadsheetCsvExportOptions object containing export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Csv
SpreadsheetControlOptions
.Export.Csv
See Also