Skip to main content

CsvDataAwareExporterOptions.Culture Property

Provides access to the culture-specific settings of the document.

Namespace: DevExpress.XtraExport.Csv

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

NuGet Package: DevExpress.Printing.Core

Declaration

public CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object that specifies the culture settings currently being used. By default, it is set to the System.Globalization.CultureInfo.InvariantCulture value.

Implements

See Also