Skip to main content

ExcelSourceOptionsViewModel.DetectEncoding Property

Specifies whether the character encoding is automatically determined for an imported CSV file.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public bool DetectEncoding { get; set; }

Property Value

Type Description
Boolean

true, to determine the character encoding automatically; otherwise, false.

Remarks

To specify the character encoding manually, use the ExcelSourceOptionsViewModel.Encoding property.

See Also