Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CsvDocumentExporterOptions.TextQualifier Property

Gets or sets the character that encloses values in the resulting text.

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

[DefaultValue('"')]
public override char TextQualifier { get; set; }

Property Value

Type Default Description
Char '\"'

A Char that is the character used as the text qualifier.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextQualifier
WorkbookExportOptions
.Csv.TextQualifier

Remarks

The text that follows the character designated as the “text qualifier” and that precedes the next occurrence of that character is exported as one value.

See Also