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

ExcelSourceOptionsViewModel.ValueSeparator Property

Specifies a character used to separate values in a CSV document.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public char ValueSeparator { get; set; }

Property Value

Type Description
Char

A Char value, specifying the character used to separate values in a CSV document.

Remarks

Use the ExcelSourceOptionsViewModel.DetectValueSeparator property to specify whether or not the character used to separate values in a CSV document is determined automatically.

See Also