Skip to main content

CsvExportOptionsEx.DocumentCulture Property

Gets or sets the export document’s culture which defines numeric and date-time data formatting settings.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public CultureInfo DocumentCulture { get; set; }

Property Value

Type Description
CultureInfo

The export document’s culture

See Also