ExcelSourceOptionsViewModel.Encoding Property
Specifies the character encoding of a CSV document.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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