CsvDataAwareExporterOptions.ValueSeparator Property
Gets or sets a character used to separate values in the resulting text.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Char | A Char object that is the character used as a value separator. By default, it is “,” (comma). |
See Also