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

CsvDataAwareExporterOptions.ValueSeparator Property

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

Namespace: DevExpress.XtraExport.Csv

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

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