Back to Devexpress

CellValue.DefaultConverter Property

officefileapi-devexpress-dot-spreadsheet-dot-cellvalue-d75757a2.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static ICellValueConverter DefaultConverter { get; }
vb
Public Shared ReadOnly Property DefaultConverter As ICellValueConverter

Property Value

TypeDescription
ICellValueConverter

An object implementing the ICellValueConverter interface.

|

See Also

How to: Convert Objects to Cell Values and Cell Values to Objects

CellValue Class

CellValue Members

DevExpress.Spreadsheet Namespace