CellValue.DefaultConverter Property
Provides access to the default converter which is used to convert objects of basic data types to cell values, and vise versa.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ICellValueConverter | An object implementing the ICellValueConverter interface. |
See Also