Skip to main content

ExcelSourceOptionsViewModel.Encoding Property

Specifies the character encoding of a CSV document.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

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 the character encoding is automatically determined.

See Also