Skip to main content
Row

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static ICellValueConverter DefaultConverter { get; }

Property Value

Type Description
ICellValueConverter

An object implementing the ICellValueConverter interface.

See Also