Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

TxtDocumentExporterOptions.Culture Property

Gets or sets the culture information used to format strings of data.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.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
WorkbookExportOptions
.Txt.Culture
See Also