Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

Declaration

public static ICellValueConverter DefaultConverter { get; }

Property Value

Type Description
ICellValueConverter

An object implementing the ICellValueConverter interface.

See Also