Skip to main content

ExcelSourceOptionsViewModel.DetectValueSeparator Property

Specifies whether a character used to separate values in a CSV document is determined automatically.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool DetectValueSeparator { get; set; }

Property Value

Type Description
Boolean

true, to determine a character used to separate values automatically; otherwise, false.

Remarks

Use the ExcelSourceOptionsViewModel.ValueSeparator property to manually specify the character used to separate values in a CSV document.

See Also