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

ExcelSourceOptionsViewModel.DetectEncoding Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

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