CsvDataAwareExporterOptions.Culture Property
Provides access to the culture-specific settings of the document.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
CultureInfo | A CultureInfo object that specifies the culture settings currently being used. By default, it is set to the System.Globalization.CultureInfo.InvariantCulture value. |
Implements
See Also