CsvDataAwareExporterOptions.IsCustomValueSeparator Property
Gets whether a custom value separator is specified.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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