Back to Devexpress

DataTableExportOptions.CustomConverters Property

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexportoptions.md

latest2.4 KB
Original Source

DataTableExportOptions.CustomConverters Property

Gets or sets custom converters for cell values.

Namespace : DevExpress.Spreadsheet.Export

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public Dictionary<string, ICellValueToColumnTypeConverter> CustomConverters { get; set; }
vb
Public Property CustomConverters As Dictionary(Of String, ICellValueToColumnTypeConverter)

Property Value

TypeDescription
Dictionary<String, ICellValueToColumnTypeConverter>

A generic dictionary Dictionary<TKey,TValue><String,ICellValueToColumnTypeConverter,>, providing a collection of complementary column name - converter pairs.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomConverters
DataTableExporter

.Options .CustomConverters

|

Remarks

To use a custom converter, add it to the dictionary. Review the following topic for more information: How to: Use a Custom Converter for Export to a DataTable.

See Also

DataTableExportOptions Class

DataTableExportOptions Members

DevExpress.Spreadsheet.Export Namespace