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

ExcelSourceOptionsViewModel.Encoding Property

Specifies the character encoding of a CSV document.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object, specifying the character encoding of a CSV document.

Remarks

Use the ExcelSourceOptionsViewModel.DetectEncoding property to specify whether or not the character encoding is automatically determined.

See Also