Skip to main content

CsvDataAwareExporterOptions.QuoteTextValues Property

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

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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