CsvDataAwareExporterOptions.IsCustomValueSeparator Property
Gets whether a custom value separator is specified.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | True if a custom value separator is specified; otherwise, false. |
Remarks
A custom value separator is specified using the CsvDataAwareExporterOptions.ValueSeparator property.
See Also