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

CsvDataAwareExporterOptions.QuoteTextValues Property

Gets or sets whether to put quotes around all text values in CSV output.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public CsvQuotation QuoteTextValues { get; set; }

Property Value

Type Description
DevExpress.XtraExport.Csv.CsvQuotation

A DevExpress.XtraExport.Csv.CsvQuotation enumeration value that specifies whether to always quote text values, never put quotes around text values, or let the built-in algorithm decide.

Remarks

Use the TextExportOptionsBase.QuoteStringsWithSeparators or the QuoteTextValues properties to quote output text values to conform to your requirements.

See Also