Skip to main content

CsvDataAwareExporterOptions.IsCustomValueSeparator Property

Gets whether a custom value separator is specified.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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