Skip to main content

CsvExportOptionsEx.Separator Property

Specifies the symbol that is used to separate the text elements in the created CSV file.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string Separator { get; set; }

Property Value

Type Description
String

A String containing the symbol which will be used to separate text elements in the created CSV file.

See Also