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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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