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.v25.2.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To specify the character encoding manually, use the ExcelSourceOptionsViewModel.Encoding property.
See Also