Skip to main content

ExcelSourceOptionsViewModel.ValueSeparator Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

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 the character used to separate values in a CSV document is determined automatically.

See Also