Skip to main content

CsvDataAwareExporterOptions.Encoding Property

Gets or sets the character encoding of the CSV document.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.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