XlsExportOptionsEx.DocumentCulture Property
In This Article
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.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public CultureInfo DocumentCulture { get; set; }
#Property Value
Type | Description |
---|---|
Culture |
The export document’s culture. |
#Remarks
See XlsxExportOptionsEx.DocumentCulture to learn more.
See Also