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

ExcelSourceOptionsViewModel.DetectValueSeparator Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

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