A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
public CultureInfo DocumentCulture { get; set; }
Public Property DocumentCulture As CultureInfo
Property Value
Type | Description |
---|---|
CultureInfo | The export document's culture |
Implements
DevExpress.Export.IDataAwareExportOptions.DocumentCulture
See Also
Feedback