Skip to main content

CsvDataAwareExporterOptions.ValueSeparator Property

Gets or sets a character used to separate values in the resulting text.

Namespace: DevExpress.XtraExport.Csv

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

NuGet Package: DevExpress.Printing.Core

Declaration

public char ValueSeparator { get; set; }

Property Value

Type Description
Char

A Char object that is the character used as a value separator. By default, it is “,” (comma).

See Also