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

CsvSourceOptions.Culture Property

Gets or sets the culture information used to parse the data being imported.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[DefaultValue(null)]
public CultureInfo Culture { get; set; }

Property Value

Type Default Description
CultureInfo *null*

A CultureInfo object containing culture-specific settings.

See Also