Skip to main content

TxtDocumentExporterOptions.Culture Property

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

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

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