Back to Devexpress

XlsExportOptionsEx.DocumentCulture Property

corelibraries-devexpress-dot-xtraprinting-dot-xlsexportoptionsex-f19e69d5.md

latest1.4 KB
Original Source

XlsExportOptionsEx.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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public CultureInfo DocumentCulture { get; set; }
vb
Public Property DocumentCulture As CultureInfo

Property Value

TypeDescription
CultureInfo

The export document’s culture.

|

Remarks

See XlsxExportOptionsEx.DocumentCulture to learn more.

See Also

XlsExportOptionsEx Class

XlsExportOptionsEx Members

DevExpress.XtraPrinting Namespace