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

CsvDocumentImporterOptions.Culture Property

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

Namespace: DevExpress.XtraSpreadsheet.Import

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public override CultureInfo Culture { get; set; }

Property Value

Type Description
CultureInfo

A CultureInfo object containing culture-specific settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Culture
WorkbookImportOptions
.Csv.Culture
See Also