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

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

Declaration

public CultureInfo DocumentCulture { get; set; }

Property Value

Type Description
CultureInfo

The export document’s culture.

Remarks

See XlsxExportOptionsEx.DocumentCulture to learn more.

See Also