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

CsvDataAwareExporterOptions.IsCustomValueSeparator Property

Gets whether a custom value separator is specified.

Namespace: DevExpress.XtraExport.Csv

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

Declaration

public bool IsCustomValueSeparator { get; }

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