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

CsvDataAwareExporterOptions.Encoding Property

Gets or sets the character encoding of the CSV document.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public Encoding Encoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object that specifies the character encoding of the CSV document. By default, System.Text.Encoding.UTF8.

See Also