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

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.v18.2.Core.dll

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