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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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