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

ExcelSourceOptionsViewModel.TextQualifier Property

Specifies the character that encloses values in a CSV document.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public char TextQualifier { get; set; }

Property Value

Type Description
Char

A Char value, specifying the character used as the text qualifier.

See Also