Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataTableExportOptions.DefaultCellValueToStringConverter Property

Specifies the default converter for DataTable columns with the String datatype.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public CellValueToStringConverter DefaultCellValueToStringConverter { get; set; }

Property Value

Type Description
CellValueToStringConverter

A DevExpress.Spreadsheet.Export.CellValueToStringConverter object that enables you to specify conversion options.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultCellValueToStringConverter
DataTableExporter
.Options.DefaultCellValueToStringConverter

Remarks

Use the DefaultCellValueToStringConverter property to specify options for a default converter which is used for DataTable columns with the String datatype.

To get access to a default converter used for columns with other datatypes, use the DataTableExportOptions.DefaultCellValueToColumnTypeConverter property.

See Also