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

CsvDataAwareExporterOptions.Culture Property

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

Namespace: DevExpress.XtraExport.Csv

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

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