DataTableExportOptions.DefaultCellValueToStringConverter Property
Specifies the default converter for DataTable columns with the String datatype.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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 |
|
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