Class
GridDataConversionInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridDataConversionInfo : IDataConversionInfoProvider

Inheritance: objectGridDataConversionInfo

Implements: IDataConversionInfoProvider

Constructors

GridDataConversionInfo(IDataConversionInfoProvider)

Initializes a new instance of the GridDataConversionInfo class.

Declaration

cs-api-definition
public GridDataConversionInfo(IDataConversionInfoProvider conversionInfo)

Parameters

conversionInfo

IDataConversionInfoProvider

The conversion info.

Properties

DataSourceNullValue

Gets or sets the data source null value.

Declaration

cs-api-definition
public object DataSourceNullValue { get; set; }

Property Value

object

The data source null value.

Implements IDataConversionInfoProvider.DataSourceNullValue

DataType

Gets or sets the type of the data.

Declaration

cs-api-definition
public Type DataType { get; set; }

Property Value

Type

The type of the data.

Implements IDataConversionInfoProvider.DataType

DataTypeConverter

Gets or sets the data type converter.

Declaration

cs-api-definition
public TypeConverter DataTypeConverter { get; set; }

Property Value

TypeConverter

The data type converter.

Implements IDataConversionInfoProvider.DataTypeConverter

FormatInfo

Gets or sets the format info.

Declaration

cs-api-definition
public CultureInfo FormatInfo { get; set; }

Property Value

CultureInfo

The format info.

Implements IDataConversionInfoProvider.FormatInfo

FormatString

Gets or sets the format string.

Declaration

cs-api-definition
public string FormatString { get; set; }

Property Value

string

The format string.

Implements IDataConversionInfoProvider.FormatString

NullValue

Gets or sets the null value.

Declaration

cs-api-definition
public object NullValue { get; set; }

Property Value

object

The null value.

Implements IDataConversionInfoProvider.NullValue