Interface
IDataConversionInfoProvider

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public interface IDataConversionInfoProvider

Properties

DataSourceNullValue

Gets or sets the data source null value.

Declaration

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

Property Value

object

The data source null value.

DataType

Gets or sets the type of the data.

Declaration

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

Property Value

Type

The type of the data.

DataTypeConverter

Gets or sets the data type converter.

Declaration

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

Property Value

TypeConverter

The data type converter.

FormatInfo

Gets or sets the format info.

Declaration

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

Property Value

CultureInfo

The format info.

FormatString

Gets or sets the format string.

Declaration

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

Property Value

string

The format string.

NullValue

Gets or sets the null value.

Declaration

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

Property Value

object

The null value.